Date: Sun, 26 Aug 2012 09:51:03 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303183 - head/astro/boinc-setiathome-enhanced Message-ID: <201208260951.q7Q9p36m000295@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Aug 26 09:51:03 2012 New Revision: 303183 URL: http://svn.freebsd.org/changeset/ports/303183 Log: - Use pkgconf (build-time only) instead of pkgconfig (build and run-time) - Bump PORTREVISION to make sure the package database remains consistent Modified: head/astro/boinc-setiathome-enhanced/Makefile Modified: head/astro/boinc-setiathome-enhanced/Makefile ============================================================================== --- head/astro/boinc-setiathome-enhanced/Makefile Sun Aug 26 09:45:55 2012 (r303182) +++ head/astro/boinc-setiathome-enhanced/Makefile Sun Aug 26 09:51:03 2012 (r303183) @@ -6,7 +6,7 @@ PORTNAME= boinc-setiathome-enhanced PORTVERSION= 6.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTNAME= setiathome-svn-1008 @@ -25,7 +25,7 @@ USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= build CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208260951.q7Q9p36m000295>