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 /x11-toolkits/fpc-gtk1 | |
parent | c86d7d890bcb3802aad238a4854fd791f7f8da8d (diff) |
Notes
Diffstat (limited to 'x11-toolkits/fpc-gtk1')
-rw-r--r-- | x11-toolkits/fpc-gtk1/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-toolkits/fpc-gtk1/Makefile b/x11-toolkits/fpc-gtk1/Makefile index 0a1836442ee7..cff108f41f84 100644 --- a/x11-toolkits/fpc-gtk1/Makefile +++ b/x11-toolkits/fpc-gtk1/Makefile @@ -5,20 +5,15 @@ # $FreeBSD$ # -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits lang PKGNAMESUFFIX= -gtk MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to the GTK libraries -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - fpcmake:${PORTSDIR}/lang/fpc-utils \ - ${UNITSDIR}/gtk2/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk2 \ - ${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 \ - ${UNITSDIR}/opengl/Package.fpc:${PORTSDIR}/graphics/fpc-opengl +USE_FPC= gtk2 x11 opengl -UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} |