aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs21/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-03-10 05:43:02 +0800
committerbapt <bapt@FreeBSD.org>2013-03-10 05:43:02 +0800
commit11cdd557db2e22c7f1ad5e873d0a4397068caf5e (patch)
treebd32ed7f7e7b64a00aa12cc9947ea970c460d843 /editors/emacs21/Makefile
parent6607e5826c610a31e5dfd291ea1f5b1a83ff6131 (diff)
downloadfreebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.tar.gz
freebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.tar.zst
freebsd-ports-gnome-11cdd557db2e22c7f1ad5e873d0a4397068caf5e.zip
Get rid of XAWVER option in bsd.port.mk it does not need to be specified there also remove a useless global XAWVER PLIST_SUB
Diffstat (limited to 'editors/emacs21/Makefile')
-rw-r--r--editors/emacs21/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile
index d199163f5a69..d7ee891b3e85 100644
--- a/editors/emacs21/Makefile
+++ b/editors/emacs21/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: GNU emacs
-# Date created: 11 October 2001
-# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
-#
+# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
# $FreeBSD$
-#
PORTNAME= emacs
PORTVERSION= 21.3
@@ -26,7 +22,7 @@ CONFLICTS= emacs-19.* emacs-22.* emacs-23.* emacs-24.* \
xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
.if !defined(WITHOUT_X11)
-LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \
+LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d \
jpeg.11:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gif.5:${PORTSDIR}/graphics/giflib \