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 /x11-toolkits/fpc-xforms | |
parent | d1e3ce6200d91f3614414d6fe681770741edf369 (diff) | |
download | ports-b9f5999732e7222774f10d977b14daa0de7edb33.tar.gz ports-b9f5999732e7222774f10d977b14daa0de7edb33.zip |
Notes
Diffstat (limited to 'x11-toolkits/fpc-xforms')
-rw-r--r-- | x11-toolkits/fpc-xforms/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fpc-xforms/Makefile b/x11-toolkits/fpc-xforms/Makefile index e93b3a37d005..02dbf5bec8cd 100644 --- a/x11-toolkits/fpc-xforms/Makefile +++ b/x11-toolkits/fpc-xforms/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-toolkits lang PKGNAMESUFFIX= -forms @@ -15,12 +15,12 @@ COMMENT= X-Forms interface for Free Pascal BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ fpcmake:${PORTSDIR}/lang/fpc-utils \ ${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 -LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -HAVE_EXAMPLES= true + +OPTIONS= XFORMS "Install xforms graphical user interface toolkit" on .include "${MASTERDIR}/Makefile" |