From owner-svn-ports-all@FreeBSD.ORG Fri Jul 27 11:39:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44488106564A; Fri, 27 Jul 2012 11:39:12 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2EDD08FC0A; Fri, 27 Jul 2012 11:39:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6RBdC7o000904; Fri, 27 Jul 2012 11:39:12 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6RBdBHq000901; Fri, 27 Jul 2012 11:39:11 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201207271139.q6RBdBHq000901@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 27 Jul 2012 11:39:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301602 - head/graphics/iec16022 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jul 2012 11:39:12 -0000 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