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 /graphics/fpc-opengl | |
parent | c86d7d890bcb3802aad238a4854fd791f7f8da8d (diff) | |
download | ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.tar.gz ports-3a14939100092889eaeb54dfdfc5eb20fbeb70e3.zip |
Notes
Diffstat (limited to 'graphics/fpc-opengl')
-rw-r--r-- | graphics/fpc-opengl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/fpc-opengl/Makefile b/graphics/fpc-opengl/Makefile index cc5f1809eb74..e72779cd5f47 100644 --- a/graphics/fpc-opengl/Makefile +++ b/graphics/fpc-opengl/Makefile @@ -5,18 +5,15 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics lang PKGNAMESUFFIX= -opengl MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to the OpenGL library -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - fpcmake:${PORTSDIR}/lang/fpc-utils \ - ${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 +USE_FPC= x11 -UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} |