diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /lang/fpc | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) | |
download | ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip |
Notes
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index c8273ca3c371..876579fa281f 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -25,6 +25,8 @@ DIST_SUBDIR= freepascal MAINTAINER?= acm@FreeBSD.org COMMENT?= Free Pascal compiler with Turbo and Delphi +LIB_DEPENDS= c.5:${PORTSDIR}/misc/compat5x + USE_GMAKE= yes ONLY_FOR_ARCHS= i386 @@ -76,11 +78,6 @@ MAN1= bin2obj.1 \ unitdiff.1 MAN5= fpc.cfg.5 fpcmake.5 ptop.cfg.5 -# only need misc/compat4x if using the pre-built ppc386 -.if ${OSVERSION} >= 600000 -LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x -.endif - do-extract: # unpack binary distribution @${MKDIR} ${WRKDIR} |