aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editors/emacs22/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 53737be4867e..bcdaf22b215d 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -8,6 +8,7 @@ PORTEPOCH= 1
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
+PKGNAMESUFFIX= 22
MAINTAINER= ashish@FreeBSD.org
COMMENT= GNU editing macros
@@ -16,9 +17,9 @@ COMMENT= GNU editing macros
.if defined(WITHOUT_GTK)
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
.endif
-LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg \
- tiff.4:${PORTSDIR}/graphics/tiff \
- gif.5:${PORTSDIR}/graphics/giflib \
+LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \
+ tiff:${PORTSDIR}/graphics/tiff \
+ gif:${PORTSDIR}/graphics/giflib \
png15:${PORTSDIR}/graphics/png
.endif
@@ -62,8 +63,6 @@ INFO= ada-mode autotype calc ccmode cl dired-x ebrowse ediff \
org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \
tramp url vip viper widget woman
-LATEST_LINK= emacs22
-
NO_STAGE= yes
.include <bsd.port.pre.mk>