svn commit: r400799 - head/graphics/php5-ffmpeg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 4 20:14:32 UTC 2015


Author: sunpoet
Date: Wed Nov  4 20:14:31 2015
New Revision: 400799
URL: https://svnweb.freebsd.org/changeset/ports/400799

Log:
  - Use USES=localbase

Modified:
  head/graphics/php5-ffmpeg/Makefile

Modified: head/graphics/php5-ffmpeg/Makefile
==============================================================================
--- head/graphics/php5-ffmpeg/Makefile	Wed Nov  4 20:14:27 2015	(r400798)
+++ head/graphics/php5-ffmpeg/Makefile	Wed Nov  4 20:14:31 2015	(r400799)
@@ -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>


More information about the svn-ports-all mailing list