diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs21/Makefile | 9 |
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> |