diff options
author | rene <rene@FreeBSD.org> | 2012-08-26 17:51:03 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-08-26 17:51:03 +0800 |
commit | 6de1503b54c2c07730d8f9da62538a0c50cd62f0 (patch) | |
tree | b7cc97693d0d3873987d084b7dbca30facc014de /astro | |
parent | d5f318628630b6e824823d2c908aab998f793f58 (diff) | |
download | freebsd-ports-gnome-6de1503b54c2c07730d8f9da62538a0c50cd62f0.tar.gz freebsd-ports-gnome-6de1503b54c2c07730d8f9da62538a0c50cd62f0.tar.zst freebsd-ports-gnome-6de1503b54c2c07730d8f9da62538a0c50cd62f0.zip |
- Use pkgconf (build-time only) instead of pkgconfig (build and run-time)
- Bump PORTREVISION to make sure the package database remains consistent
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 8c69ea2760a4..7a9c5fc503f5 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -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 |