Wed Apr 13 13:54:30 2016 UTC ()
After editors/xemacs update, gc unsupported toolkit options


(hauke)
diff -r1.21 -r1.22 pkgsrc/editors/xemacs-nox11/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/editors/xemacs-nox11/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/xemacs-nox11/Makefile 2012/10/03 11:43:47 1.21
+++ pkgsrc/editors/xemacs-nox11/Makefile 2016/04/13 13:54:30 1.22
@@ -1,14 +1,13 @@ @@ -1,14 +1,13 @@
1# $NetBSD: Makefile,v 1.21 2012/10/03 11:43:47 asau Exp $ 1# $NetBSD: Makefile,v 1.22 2016/04/13 13:54:30 hauke Exp $
2 2
3PKGNAME= ${DISTNAME:S/-/-nox11-/} 3PKGNAME= ${DISTNAME:S/-/-nox11-/}
4 4
5FILESDIR= ${.CURDIR}/../../editors/xemacs/files 5FILESDIR= ${.CURDIR}/../../editors/xemacs/files
6PATCHDIR= ${.CURDIR}/../../editors/xemacs/patches 6PATCHDIR= ${.CURDIR}/../../editors/xemacs/patches
7PKGDIR= ${.CURDIR}/../../editors/xemacs 7PKGDIR= ${.CURDIR}/../../editors/xemacs
8 8
9.include "../../mk/bsd.prefs.mk" 9.include "../../mk/bsd.prefs.mk"
10 10
11PKG_OPTIONS.xemacs+= -x11 -lucid 11PKG_OPTIONS.xemacs+= -x11
12#PKG_OPTIONS.xemacs+= -gtk -motif -xaw 
13 12
14.include "../../editors/xemacs/Makefile" 13.include "../../editors/xemacs/Makefile"