diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:14:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-04 20:14:31 +0000 |
commit | 4918fc4718216ae4204eab759854db7f63eadab5 (patch) | |
tree | e92b91a26ae4af5e016f90fa9d34ea9e285656b0 /graphics/php5-ffmpeg | |
parent | c3a8b31d085b7fcd7a7bb847f5a564400374aa97 (diff) | |
download | ports-4918fc4718216ae4204eab759854db7f63eadab5.tar.gz ports-4918fc4718216ae4204eab759854db7f63eadab5.zip |
- Use USES=localbase
Notes
Notes:
svn path=/head/; revision=400799
Diffstat (limited to 'graphics/php5-ffmpeg')
-rw-r--r-- | graphics/php5-ffmpeg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile index b9b26b2c0d2f..cca64b69ad9e 100644 --- a/graphics/php5-ffmpeg/Makefile +++ b/graphics/php5-ffmpeg/Makefile @@ -16,10 +16,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ libavutil.so:${PORTSDIR}/multimedia/ffmpeg -CFLAGS+= -I${LOCALBASE}/include USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes -USES= tar:xz +USES= localbase tar:xz .include <bsd.port.mk> |