svn commit: r338439 - head/editors/emacs21

Ashish SHUKLA ashish at FreeBSD.org
Thu Jan 2 13:12:17 UTC 2014


Author: ashish
Date: Thu Jan  2 13:12:16 2014
New Revision: 338439
URL: http://svnweb.freebsd.org/changeset/ports/338439

Log:
  - Add PKGNAMESUFFIX
  - Remove LATEST_LINK
  - Remove ABI versions from LIB_DEPENDS

Modified:
  head/editors/emacs21/Makefile

Modified: head/editors/emacs21/Makefile
==============================================================================
--- head/editors/emacs21/Makefile	Thu Jan  2 12:50:26 2014	(r338438)
+++ head/editors/emacs21/Makefile	Thu Jan  2 13:12:16 2014	(r338439)
@@ -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
 		info message mh-e pcl-cvs reftex sc speedbar vip \
 		viper widget woman
 
-LATEST_LINK=	emacs21
-
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list