diff options
Diffstat (limited to 'editors/xemacs-nox11')
-rw-r--r-- | editors/xemacs-nox11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile index 4fa19fa8077..5543c4acb0d 100644 --- a/editors/xemacs-nox11/Makefile +++ b/editors/xemacs-nox11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/03/03 16:16:03 uebayasi Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/25 17:23:50 magick Exp $ .include "../../editors/xemacs/Makefile.common" @@ -21,4 +21,6 @@ CONFIGURE_ARGS+= --site-includes=${BUILDLINK_DIR}/include CONFIGURE_ARGS+= --site-libraries=${BUILDLINK_DIR}/lib CONFIGURE_ARGS+= --site-runtime-libraries=${LOCALBASE}/lib +PLIST_SUBST+= X11ONLY="@comment " + .include "../../mk/bsd.pkg.mk" |