diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 04:27:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 04:27:44 +0000 |
commit | 126e098e37664816565fb34f9c98bfa838a6a350 (patch) | |
tree | be46b1c62857daeb456b49f3ad14535e5b2c239e /graphics/webp | |
parent | e441831a87d93defa757f33128fc4a6e874b7854 (diff) | |
download | ports-126e098e37664816565fb34f9c98bfa838a6a350.tar.gz ports-126e098e37664816565fb34f9c98bfa838a6a350.zip |
Notes
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 |