diff options
author | bf <bf@FreeBSD.org> | 2012-02-21 12:07:34 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-02-21 12:07:34 +0800 |
commit | 2183e22b0bc11db4d0c6dd72f228b1d98026388b (patch) | |
tree | b88a8ac9b00c3ba87b7efdc11e9ee7c8e64e32ee | |
parent | c4100150da60e4dddf3fe11baad7147fdd2ff663 (diff) | |
download | freebsd-ports-gnome-2183e22b0bc11db4d0c6dd72f228b1d98026388b.tar.gz freebsd-ports-gnome-2183e22b0bc11db4d0c6dd72f228b1d98026388b.tar.zst freebsd-ports-gnome-2183e22b0bc11db4d0c6dd72f228b1d98026388b.zip |
always use graphics/giflib, rather than the deprecated
graphics/libungif, for WITH_GIF
PR: 165297
Submitted by: olgeni
-rw-r--r-- | graphics/imlib2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 0438c0d44c77..da5667847e20 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -7,6 +7,7 @@ PORTNAME= imlib2 PORTVERSION= 1.4.5 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= graphics enlightenment MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -80,13 +81,8 @@ PLIST_SUB+= TIFF="@comment " .endif .if !defined(WITHOUT_GIF) -. if exists(${LOCALBASE}/lib/libgif.so) LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib PLIST_SUB+= GIF="" -. else -LIB_DEPENDS+= ungif.5:${PORTSDIR}/graphics/libungif -PLIST_SUB+= GIF="" -. endif .else CONFIGURE_ARGS+= --without-gif PLIST_SUB+= GIF="@comment " |