diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-08 22:23:26 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-08 22:23:26 +0800 |
commit | ee9d6dc6427dd6d77fd010c5c772915cca28eec9 (patch) | |
tree | fd52b456ad960533b2f79cd7215b2a08a983680d /graphics | |
parent | d338bf96e466dced353978d6cb23ccf778d3c268 (diff) | |
download | freebsd-ports-gnome-ee9d6dc6427dd6d77fd010c5c772915cca28eec9.tar.gz freebsd-ports-gnome-ee9d6dc6427dd6d77fd010c5c772915cca28eec9.tar.zst freebsd-ports-gnome-ee9d6dc6427dd6d77fd010c5c772915cca28eec9.zip |
Add another PORTSCOUT=ignore to gdk-pixbuf because it won't be updated anymore.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gdk-pixbuf/Makefile b/graphics/gdk-pixbuf/Makefile index 30c20c46bda3..20fb3e45edc0 100644 --- a/graphics/gdk-pixbuf/Makefile +++ b/graphics/gdk-pixbuf/Makefile @@ -19,6 +19,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff +PORTSCOUT= ignore:1 + USES= cpe gmake jpeg libtool pathfix tar:bzip2 CPE_VENDOR= gnome USE_XORG= xt xi x11 |