From 34c182068e52f0fe2ed6e8077bb7242420755d48 Mon Sep 17 00:00:00 2001 From: ashish Date: Thu, 2 Jan 2014 13:16:19 +0000 Subject: - Add PKGNAMESUFFIX - Remove LATEST_LINK - Remove ABI versions from LIB_DEPENDS --- editors/emacs22/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'editors') 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 -- cgit