aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-gconf
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2006-09-19 02:41:13 +0800
committeracm <acm@FreeBSD.org>2006-09-19 02:41:13 +0800
commit519d719fafd352c93c5b18366b7fc7c7dde870b2 (patch)
treee2b6aca92d4fd93711035bc0958052192b784c91 /devel/fpc-gconf
parent5bc9a191e5554b41b7bb0753e043941f5cfb2f3b (diff)
downloadfreebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.tar.gz
freebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.tar.zst
freebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.zip
- Add OPTIONS to some freepascal ports. Now, we can install the external libs
optionally.[1] - Other tiny modifications Suggested by: Ales Catona <almindor__at__gmail.com> [1] Approved by: garga(mentor, implicit)
Diffstat (limited to 'devel/fpc-gconf')
-rw-r--r--devel/fpc-gconf/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/fpc-gconf/Makefile b/devel/fpc-gconf/Makefile
index 46fe8f159f33..f50aafdf028d 100644
--- a/devel/fpc-gconf/Makefile
+++ b/devel/fpc-gconf/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel lang
PKGNAMESUFFIX= -gconf
@@ -18,12 +18,11 @@ BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 \
${UNITSDIR}/opengl/Package.fpc:${PORTSDIR}/graphics/fpc-opengl
-USE_GNOME= gconf
-
UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME}
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-HAVE_EXAMPLES= true
+
+OPTIONS= GCONF "Install gconf, a configuration database system" on
.include "${MASTERDIR}/Makefile"