summaryrefslogtreecommitdiff
path: root/editors/emacs/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-22 07:45:38 +0000
committerhubertf <hubertf>1997-12-22 07:45:38 +0000
commitc3988013944bad951742d9db139c253b8f95d462 (patch)
treef1ede92dd4a3f7486eb9c5b1fc31bf76545494e9 /editors/emacs/Makefile
parentbda085a0c4f110198cff23996a8f8861b0bddc28 (diff)
downloadpkgsrc-c3988013944bad951742d9db139c253b8f95d462.tar.gz
Fix setting CONFIGURE_ARGS ("=" -> "+=")
Diffstat (limited to 'editors/emacs/Makefile')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 2c2f1c0d38a..b57205d2587 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 October 1997
# Whom: hubertf
#
-# $Id: Makefile,v 1.2 1997/10/11 21:32:53 hubertf Exp $
+# $Id: Makefile,v 1.3 1997/12/22 07:45:40 hubertf Exp $
#
DISTNAME= emacs-20.2
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
GNU_CONFIGURE= yes
#USE_GMAKE= yes
-CONFIGURE_ARGS= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid
+CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid
STRIP=
MAN1= emacs.1 etags.1 ctags.1