svn commit: r301602 - head/graphics/iec16022

Emanuel Haupt ehaupt at FreeBSD.org
Fri Jul 27 11:39:12 UTC 2012


Author: ehaupt
Date: Fri Jul 27 11:39:11 2012
New Revision: 301602
URL: http://svn.freebsd.org/changeset/ports/301602

Log:
  - Use the new USE_PKGCONFIG macro
  - Don't request ABI version number in LIB_DEPENDS

Modified:
  head/graphics/iec16022/Makefile

Modified: head/graphics/iec16022/Makefile
==============================================================================
--- head/graphics/iec16022/Makefile	Fri Jul 27 11:37:53 2012	(r301601)
+++ head/graphics/iec16022/Makefile	Fri Jul 27 11:39:11 2012	(r301602)
@@ -16,11 +16,11 @@ COMMENT=	Create 2D barcodes, also known 
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	pkgconfig
+USE_PKGCONFIG=	build
 
 MAKE_JOBS_SAFE=	yes
 



More information about the svn-ports-head mailing list