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/fpc-devel | |
parent | 61346e3067ddbdb3b0cb5460edb49b86d4b26664 (diff) | |
download | ports-bfbee82e064ee29a7da3e1c15c9f2d683e1283ca.tar.gz ports-bfbee82e064ee29a7da3e1c15c9f2d683e1283ca.zip |
Notes
Diffstat (limited to 'lang/fpc-devel')
-rw-r--r-- | lang/fpc-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |