diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-18 18:41:13 +0000 |
commit | b9f5999732e7222774f10d977b14daa0de7edb33 (patch) | |
tree | 044201e303293fd0309f62c7913147adac234a3f /devel/fpc-gconf | |
parent | d1e3ce6200d91f3614414d6fe681770741edf369 (diff) | |
download | ports-b9f5999732e7222774f10d977b14daa0de7edb33.tar.gz ports-b9f5999732e7222774f10d977b14daa0de7edb33.zip |
Notes
Diffstat (limited to 'devel/fpc-gconf')
-rw-r--r-- | devel/fpc-gconf/Makefile | 7 |
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" |