aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2014-01-02 21:12:16 +0800
committerashish <ashish@FreeBSD.org>2014-01-02 21:12:16 +0800
commitf75a0ddde6e0210a74eebcd86b4f01676331260c (patch)
tree4da884be4fd9c17bc262a472899ec1ed53abf21a /editors
parent69b027cc181dd62060ba93bbb5d1b9412262fa19 (diff)
downloadfreebsd-ports-gnome-f75a0ddde6e0210a74eebcd86b4f01676331260c.tar.gz
freebsd-ports-gnome-f75a0ddde6e0210a74eebcd86b4f01676331260c.tar.zst
freebsd-ports-gnome-f75a0ddde6e0210a74eebcd86b4f01676331260c.zip
- Add PKGNAMESUFFIX
- Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs21/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile
index 1f636e993611..e92261812e54 100644
--- a/editors/emacs21/Makefile
+++ b/editors/emacs21/Makefile
@@ -7,6 +7,7 @@ PORTREVISION= 16
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU:C/\/gnu\//\/old-gnu\//g}
MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMESUFFIX= 21
.if defined(WITH_MENUBAR_FONTSET)
PATCH_SITES= http://nijino.homelinux.net/emacs/
@@ -25,9 +26,9 @@ SSP_UNSAFE= yes
.if !defined(WITHOUT_X11)
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- tiff.4:${PORTSDIR}/graphics/tiff \
- gif.5:${PORTSDIR}/graphics/giflib \
+ jpeg:${PORTSDIR}/graphics/jpeg \
+ tiff:${PORTSDIR}/graphics/tiff \
+ gif:${PORTSDIR}/graphics/giflib \
png15:${PORTSDIR}/graphics/png
USE_XORG= xpm
.endif
@@ -54,8 +55,6 @@ INFO= ada-mode autotype ccmode cl dired-x ebrowse ediff \
info message mh-e pcl-cvs reftex sc speedbar vip \
viper widget woman
-LATEST_LINK= emacs21
-
NO_STAGE= yes
.include <bsd.port.pre.mk>