pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/toppler



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Sat Dec  3 22:45:50 UTC 2016

Modified Files:
        pkgsrc/games/toppler: Makefile

Log Message:
needs zlib


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/toppler/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/toppler/Makefile
diff -u pkgsrc/games/toppler/Makefile:1.2 pkgsrc/games/toppler/Makefile:1.3
--- pkgsrc/games/toppler/Makefile:1.2   Sat Apr 25 14:23:04 2015
+++ pkgsrc/games/toppler/Makefile       Sat Dec  3 22:45:50 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/04/25 14:23:04 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2016/12/03 22:45:50 wiedi Exp $
 #
 
 DISTNAME=      toppler-1.1.6
@@ -18,5 +18,6 @@ USE_LANGUAGES=                c c++
 
 .include "../../devel/SDL/buildlink3.mk"
 .include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index