Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2012 11:39:11 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301602 - head/graphics/iec16022
Message-ID:  <201207271139.q6RBdBHq000901@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207271139.q6RBdBHq000901>