svn commit: r364916 - head/net/gupnp-ui

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:02:17 UTC 2014


Author: sunpoet
Date: Fri Aug 15 03:02:17 2014
New Revision: 364916
URL: http://svnweb.freebsd.org/changeset/ports/364916
QAT: https://qat.redports.org/buildarchive/r364916/

Log:
  - Use USES=python

Modified:
  head/net/gupnp-ui/Makefile

Modified: head/net/gupnp-ui/Makefile
==============================================================================
--- head/net/gupnp-ui/Makefile	Fri Aug 15 03:02:12 2014	(r364915)
+++ head/net/gupnp-ui/Makefile	Fri Aug 15 03:02:17 2014	(r364916)
@@ -21,8 +21,7 @@ GNU_CONFIGURE=	yes
 MAKE_ENV=	INSTALL_STRIP_FLAG=${STRIP}
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
-USE_PYTHON=	yes
-USES=		libtool pathfix pkgconfig
+USES=		libtool pathfix pkgconfig python
 
 post-patch:
 	@${REINPLACE_CMD} -e '/^SUBDIRS = / s|tests||' ${WRKSRC}/Makefile.in


More information about the svn-ports-all mailing list