diff options
author | beech <beech@FreeBSD.org> | 2012-12-11 07:40:18 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-12-11 07:40:18 +0800 |
commit | 6965b34d76ad875f3ba0f92c5b14283d69cc5b91 (patch) | |
tree | 76a9c747c9282e48a4d333b2f420c524d73a7813 /editors | |
parent | 86ebab63dc540d2371a18e4c2d93a6bd8ad63d0d (diff) | |
download | freebsd-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')
-rw-r--r-- | editors/emacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index b56b48a29768..3ae193515638 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER}.${EMACS_REV} -PORTEPOCH= 1 +PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ \ ${MASTER_SITE_LOCAL} @@ -175,7 +175,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 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 |