pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnustep-gui



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Thu Dec  1 15:50:22 UTC 2016

Modified Files:
        pkgsrc/x11/gnustep-gui: Makefile

Log Message:
needs libxml2


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/x11/gnustep-gui/Makefile

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

Modified files:

Index: pkgsrc/x11/gnustep-gui/Makefile
diff -u pkgsrc/x11/gnustep-gui/Makefile:1.65 pkgsrc/x11/gnustep-gui/Makefile:1.66
--- pkgsrc/x11/gnustep-gui/Makefile:1.65        Mon Apr 11 19:01:39 2016
+++ pkgsrc/x11/gnustep-gui/Makefile     Thu Dec  1 15:50:21 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2016/04/11 19:01:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.66 2016/12/01 15:50:21 wiedi Exp $
 
 DISTNAME=      gnustep-gui-0.22.0
 PKGREVISION=   12
@@ -23,5 +23,6 @@ INSTALLATION_DIRS+=   share/GNUstep/Applic
 .include "../../graphics/giflib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index