diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2003-06-01 01:38:54 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2003-06-01 01:38:54 +0000 |
commit | bfbee82e064ee29a7da3e1c15c9f2d683e1283ca (patch) | |
tree | 2a72471fbf2a6ac7fb1d19d64cc5e458adaab570 /lang | |
parent | PR: 52644 (diff) |
gtar is required for 'extract' not 'build'
Notes
Notes:
svn path=/head/; revision=81820
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/fpc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 5bd7cc94cbd3..1e519a997b09 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -22,7 +22,7 @@ EXTRACT_SUFX= .tar MAINTAINER= coop9211@uidaho.edu COMMENT= Free Pascal beta compiler with Turbo, Delphi and other extensions -BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar +EXTRACT_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm .if !defined(NOPORTDOCS) RUN_DEPENDS+= ${LOCALBASE}/bin/acroread4:${PORTSDIR}/print/acroread4 diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 5bd7cc94cbd3..1e519a997b09 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -22,7 +22,7 @@ EXTRACT_SUFX= .tar MAINTAINER= coop9211@uidaho.edu COMMENT= Free Pascal beta compiler with Turbo, Delphi and other extensions -BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar +EXTRACT_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm .if !defined(NOPORTDOCS) RUN_DEPENDS+= ${LOCALBASE}/bin/acroread4:${PORTSDIR}/print/acroread4 |