aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2014-01-02 13:12:16 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2014-01-02 13:12:16 +0000
commit8733cac572846d4d92c257e0e1ffe00711f10a69 (patch)
tree4da884be4fd9c17bc262a472899ec1ed53abf21a /editors
parent40cadb6b26b99ebcb5aa32b605aba963b41a14b5 (diff)
Notes
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>