diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 12:27:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-08 12:27:44 +0800 |
commit | 48c11e0b106607ae2fbc086c663a11c9085a6625 (patch) | |
tree | be46b1c62857daeb456b49f3ad14535e5b2c239e /graphics/webp | |
parent | aa852d198cd843049b8892c3a6e7121b5545c3b6 (diff) | |
download | freebsd-ports-gnome-48c11e0b106607ae2fbc086c663a11c9085a6625.tar.gz freebsd-ports-gnome-48c11e0b106607ae2fbc086c663a11c9085a6625.tar.zst freebsd-ports-gnome-48c11e0b106607ae2fbc086c663a11c9085a6625.zip |
- Add PORTSCOUT
Diffstat (limited to 'graphics/webp')
-rw-r--r-- | graphics/webp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index 95aeab547dec..ebc91b5afa9a 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ libpng15.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff +PORTSCOUT= limit:^[0-9\.]*$$ + OPTIONS_DEFINE= X11 OPTIONS_SUB= yes |