diff options
Diffstat (limited to 'lang/fpc/Makefile.units')
-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 |