aboutsummaryrefslogtreecommitdiffstats
path: root/editors/emacs
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2012-12-11 07:40:18 +0800
committerbeech <beech@FreeBSD.org>2012-12-11 07:40:18 +0800
commit6965b34d76ad875f3ba0f92c5b14283d69cc5b91 (patch)
tree76a9c747c9282e48a4d333b2f420c524d73a7813 /editors/emacs
parent86ebab63dc540d2371a18e4c2d93a6bd8ad63d0d (diff)
downloadfreebsd-ports-gnome-6965b34d76ad875f3ba0f92c5b14283d69cc5b91.tar.gz
freebsd-ports-gnome-6965b34d76ad875f3ba0f92c5b14283d69cc5b91.tar.zst
freebsd-ports-gnome-6965b34d76ad875f3ba0f92c5b14283d69cc5b91.zip
- Bump port after MagickCore bump.
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 6608026f664b..7e46bd2673d1 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -7,7 +7,7 @@
PORTNAME= emacs
PORTVERSION= ${EMACS_VER}
-PORTEPOCH= 2
+PORTEPOCH= 3
CATEGORIES= editors ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -185,7 +185,7 @@ CONFIGURE_ARGS+= --without-otf --without-m17n-flt
.endif
.if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+= MagickCore.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+= MagickCore:${PORTSDIR}/graphics/ImageMagick
CONFIGURE_ARGS+= --with-imagemagick
.else
CONFIGURE_ARGS+= --without-imagemagick