summaryrefslogtreecommitdiff
path: root/lang/fpc
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-25 21:05:50 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-09-25 21:05:50 +0000
commit8b58df389bbc9e4cec1501d3f55cb16b88987ad2 (patch)
tree73990b1ec1b5b440777976f1ef3894e5894c6d7e /lang/fpc
parent- Add qdbm-java, slave port to qdbm (diff)
- Add a clean solution to compile devel/fpc-fcl, using OPT and removing the rtl
and packages directories from WRKSRC - Bump devel/fpc-fcl PORTREVISION Submitted by: Ales Katona <almindor__at__gmail.com> (via email) Modified by: me
Notes
Notes: svn path=/head/; revision=173830
Diffstat (limited to 'lang/fpc')
-rw-r--r--lang/fpc/Makefile.units5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units
index 87c11b134c85..386c97aec9fc 100644
--- a/lang/fpc/Makefile.units
+++ b/lang/fpc/Makefile.units
@@ -95,7 +95,10 @@ HAVE_EXAMPLES= true
.endif
.if ${PKGNAMESUFFIX} == "-fcl"
-OPT+=-Fi../ -Fu${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/units/${BUILDNAME}/*
+OPT= -Fuunits/${ARCH}-freebsd -Fu../units/${ARCH}-freebsd \
+ -Fuxml/units/${ARCH}-freebsd -Fu../xml/units/${ARCH}-freebsd \
+ -Fudb/units/${ARCH}-freebsd -Fu../db/units/${ARCH}-freebsd \
+ -Fu../../units/${ARCH}-freebsd -Fu../passrc/units/${ARCH}-freebsd
HAVE_EXAMPLES= true
.endif