diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-24 15:18:15 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2008-06-24 15:18:15 +0000 |
commit | 3a14939100092889eaeb54dfdfc5eb20fbeb70e3 (patch) | |
tree | 2386c61baec8d8f38b0a33c712e329ab11269c54 /devel/fpc-gconf | |
parent | c86d7d890bcb3802aad238a4854fd791f7f8da8d (diff) |
Notes
Diffstat (limited to 'devel/fpc-gconf')
-rw-r--r-- | devel/fpc-gconf/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/fpc-gconf/Makefile b/devel/fpc-gconf/Makefile index f50aafdf028d..803a0a2949aa 100644 --- a/devel/fpc-gconf/Makefile +++ b/devel/fpc-gconf/Makefile @@ -5,20 +5,15 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel lang PKGNAMESUFFIX= -gconf MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to GConf -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - fpcmake:${PORTSDIR}/lang/fpc-utils \ - ${UNITSDIR}/gtk/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk \ - ${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 \ - ${UNITSDIR}/opengl/Package.fpc:${PORTSDIR}/graphics/fpc-opengl +USE_FPC= gtk x11 opengl -UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/gnome1/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} |