diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-22 21:57:33 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-22 21:57:33 +0000 |
commit | 492605858bd519ba9067483f8c03d0ad87e1884b (patch) | |
tree | 824ff7f29f652a1f1dd23ded5258e381d9d2fff4 /Mk/bsd.port.mk | |
parent | 952ed9105d6878b26287a72846c3547d85bc7ec4 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 4bd52e0ef5b9..969efcb38053 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -2030,6 +2030,10 @@ PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ .include "${PORTSDIR}/Mk/bsd.autotools.mk" .endif +.if defined(USE_FPC) || defined(WANT_FPC_BASE) || defined(WANT_FPC_ALL) +.include "${PORTSDIR}/Mk/bsd.fpc.mk" +.endif + .if defined(WANT_GECKO) || defined(USE_GECKO) .include "${PORTSDIR}/Mk/bsd.gecko.mk" .endif |