Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/emacs/Makefile,v retrieving revision 1.110 diff -u -u -r1.110 Makefile --- Makefile 29 Oct 2011 22:17:12 -0000 1.110 +++ Makefile 19 Feb 2012 19:19:12 -0000 @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION?= 6 +PORTREVISION?= 7 PORTEPOCH= 2 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} @@ -145,11 +145,7 @@ .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)