svn commit: r301594 - head/audio/libadplug

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jul 27 07:05:41 UTC 2012


Author: ehaupt
Date: Fri Jul 27 07:05:40 2012
New Revision: 301594
URL: http://svn.freebsd.org/changeset/ports/301594

Log:
  Use the new USE_PKGCONFIG macro.

Modified:
  head/audio/libadplug/Makefile

Modified: head/audio/libadplug/Makefile
==============================================================================
--- head/audio/libadplug/Makefile	Fri Jul 27 07:05:23 2012	(r301593)
+++ head/audio/libadplug/Makefile	Fri Jul 27 07:05:40 2012	(r301594)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	binio.1:${PORTSDIR}/devel/l
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
+USE_PKGCONFIG=	build
 USE_CSTD=	gnu89
 
 MAKE_JOBS_SAFE=	yes



More information about the svn-ports-all mailing list