diff options
author | billf <billf@FreeBSD.org> | 2003-06-01 09:38:54 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2003-06-01 09:38:54 +0800 |
commit | d5718515bc7c2393594c3fb23f41ac9daa0c786e (patch) | |
tree | 08f08cf0464317742cdcdc77093d2e9fc8fb4bca /lang | |
parent | 98e27210a59d809574eed9422228ca7604811e35 (diff) | |
download | freebsd-ports-gnome-d5718515bc7c2393594c3fb23f41ac9daa0c786e.tar.gz freebsd-ports-gnome-d5718515bc7c2393594c3fb23f41ac9daa0c786e.tar.zst freebsd-ports-gnome-d5718515bc7c2393594c3fb23f41ac9daa0c786e.zip |
gtar is required for 'extract' not 'build'
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 |