summaryrefslogtreecommitdiff
path: root/editors/emacs20
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-01-16 22:58:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-01-16 22:58:59 +0000
commit0b9169f1a16b4285b8a8da42fb3a9c8ccdf3ccdf (patch)
tree6d39f265c4e88ead3b27143c2eb9244911e4103e /editors/emacs20
parentRemove popclient from the ports collection. Popclient has been (diff)
Add USE_XLIB -- otherwise the packages will be built without X support.
Notes
Notes: svn path=/head/; revision=16085
Diffstat (limited to 'editors/emacs20')
-rw-r--r--editors/emacs20/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index a6bd65561da2..c5a2f4b96091 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.33 1998/09/01 07:11:31 asami Exp $
+# $Id: Makefile,v 1.34 1998/12/13 11:54:49 kuriyama Exp $
#
DISTNAME= emacs-20.3
@@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= jseger@FreeBSD.org
GNU_CONFIGURE= yes
+USE_XLIB= yes
USE_GMAKE= yes
CONFIGURE_ARGS= i386--freebsd --with-x-toolkit --with-pop
MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}"