diff options
author | ashish <ashish@FreeBSD.org> | 2014-01-02 21:16:19 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-01-02 21:16:19 +0800 |
commit | 34c182068e52f0fe2ed6e8077bb7242420755d48 (patch) | |
tree | 75aa1cbc6e67f2068aa272c3978d0430a73cbdf9 /editors | |
parent | f75a0ddde6e0210a74eebcd86b4f01676331260c (diff) | |
download | freebsd-ports-gnome-34c182068e52f0fe2ed6e8077bb7242420755d48.tar.gz freebsd-ports-gnome-34c182068e52f0fe2ed6e8077bb7242420755d48.tar.zst freebsd-ports-gnome-34c182068e52f0fe2ed6e8077bb7242420755d48.zip |
- Add PKGNAMESUFFIX
- Remove LATEST_LINK
- Remove ABI versions from LIB_DEPENDS
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs22/Makefile | 9 |
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> |