diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-25 21:05:50 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-25 21:05:50 +0000 |
commit | 8b58df389bbc9e4cec1501d3f55cb16b88987ad2 (patch) | |
tree | 73990b1ec1b5b440777976f1ef3894e5894c6d7e /lang/fpc | |
parent | f33b28ca83980e9376361bf3003c6c12c7f2b6e0 (diff) | |
download | ports-8b58df389bbc9e4cec1501d3f55cb16b88987ad2.tar.gz ports-8b58df389bbc9e4cec1501d3f55cb16b88987ad2.zip |
Notes
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/Makefile.units | 5 |
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 |