diff options
author | hauke <hauke@pkgsrc.org> | 2016-04-13 13:54:30 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2016-04-13 13:54:30 +0000 |
commit | 64fae3b1f965058124158965d150f20f06f9d100 (patch) | |
tree | b1295cebbc118601f2ebfb83e0375a9deb84d30b /editors | |
parent | 6f1006e1b059fc4a6d8ae7ae2ec5bda638892c76 (diff) | |
download | pkgsrc-64fae3b1f965058124158965d150f20f06f9d100.tar.gz |
After editors/xemacs update, gc unsupported toolkit options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-nox11/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile index 1e6c25871ac..7f2d5cc286e 100644 --- a/editors/xemacs-nox11/Makefile +++ b/editors/xemacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2012/10/03 11:43:47 asau Exp $ +# $NetBSD: Makefile,v 1.22 2016/04/13 13:54:30 hauke Exp $ PKGNAME= ${DISTNAME:S/-/-nox11-/} @@ -8,7 +8,6 @@ PKGDIR= ${.CURDIR}/../../editors/xemacs .include "../../mk/bsd.prefs.mk" -PKG_OPTIONS.xemacs+= -x11 -lucid -#PKG_OPTIONS.xemacs+= -gtk -motif -xaw +PKG_OPTIONS.xemacs+= -x11 .include "../../editors/xemacs/Makefile" |