summaryrefslogtreecommitdiff
path: root/editors/xemacs-nox11
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2008-04-12 22:42:57 +0000
committerjlam <jlam@pkgsrc.org>2008-04-12 22:42:57 +0000
commit841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a (patch)
treefdd67c81079412bf94013749a954125434a9baca /editors/xemacs-nox11
parent6874584eae20f517f70816571f6d4ac696db16b3 (diff)
downloadpkgsrc-841dfa0e7aaa6a0f0cce2901291d1d938dd0fc0a.tar.gz
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
Diffstat (limited to 'editors/xemacs-nox11')
-rw-r--r--editors/xemacs-nox11/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile
index 548de5d8931..f771dc4909b 100644
--- a/editors/xemacs-nox11/Makefile
+++ b/editors/xemacs-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/02/15 14:27:48 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2008/04/12 22:43:00 jlam Exp $
.include "../../editors/xemacs/Makefile.common"
@@ -23,6 +23,4 @@ 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"