aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs20/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-12-13 11:54:50 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-12-13 11:54:50 +0000
commit568d186c3428cb49cf536e3145bfb92c808d01bc (patch)
tree31b0f5c06d274db62d7716b68c1dc99290d7540d /editors/emacs20/Makefile
parentb33116f9449095623ad6e0a7548b85a033013b30 (diff)
downloadports-568d186c3428cb49cf536e3145bfb92c808d01bc.tar.gz
ports-568d186c3428cb49cf536e3145bfb92c808d01bc.zip
Notes
Diffstat (limited to 'editors/emacs20/Makefile')
-rw-r--r--editors/emacs20/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index d9a147b41c4b..a6bd65561da2 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.32 1998/09/01 02:29:50 jseger Exp $
+# $Id: Makefile,v 1.33 1998/09/01 07:11:31 asami Exp $
#
DISTNAME= emacs-20.3
@@ -19,6 +19,12 @@ MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
MAN1= emacs.1 etags.1 ctags.1
PLIST_SUB= EMACS_VER=20.3
+.if defined(USE_XPGLIB)
+.if (${USE_XPGLIB} == "YES")
+CONFIGURE_ARGS+= --with-xpg4
+.endif
+.endif
+
pre-build:
${RM} -rf ${WRKSRC}/info/*