aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23/Makefile
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2012-02-22 13:19:03 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2012-02-22 13:19:03 +0000
commit76c1fae7bd1521d29186b0072ab27f949c8d8d83 (patch)
tree9c477f6ee0f9c8dac69a42a19642694e09772c17 /editors/emacs23/Makefile
parenta2945c446075ff974905196b34dfa2c5d0175e32 (diff)
downloadports-76c1fae7bd1521d29186b0072ab27f949c8d8d83.tar.gz
ports-76c1fae7bd1521d29186b0072ab27f949c8d8d83.zip
- Update to version 23.4
- Remove dependency on libungif[1] - Import a diff from bzr repository to make VC work with Subversion 1.7[2] PR: ports/165298[1], ports/162191[2] Submitted by: olgeni[1], Yasuhiro KIMURA <yasu@utahime.org>[2]
Notes
Notes: svn path=/head/; revision=292053
Diffstat (limited to 'editors/emacs23/Makefile')
-rw-r--r--editors/emacs23/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 86a7097937b5..243bc371fab1 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -7,12 +7,10 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
-PORTREVISION?= 6
PORTEPOCH= 2
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}a
MAINTAINER= ashish@FreeBSD.org
COMMENT= GNU editing macros
@@ -26,7 +24,7 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-22.* emacs-24.* \
xemacs-[0-9]* xemacs-devel-[0-9]* \
xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]*
-EMACS_VER= 23.3
+EMACS_VER= 23.4
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
@@ -145,11 +143,7 @@ LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
.if defined(WITHOUT_GIF)
CONFIGURE_ARGS+= --without-gif
.else
-. if exists(${LOCALBASE}/lib/libgif.so)
LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib
-. else
-LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif
-. endif
.endif
.if defined(WITHOUT_PNG)