diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-08 18:02:37 +0800 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-07-08 18:02:37 +0800 |
commit | 82bc9e1c48031940e45c2270a3c4c670e0cc3c05 (patch) | |
tree | 870e9b8419dd60273efd67e68eed5988c9d22021 /lang/fpc-devel | |
parent | 86e5aef105930a094b3cec4c8bd369db0376269c (diff) | |
download | freebsd-ports-gnome-82bc9e1c48031940e45c2270a3c4c670e0cc3c05.tar.gz freebsd-ports-gnome-82bc9e1c48031940e45c2270a3c4c670e0cc3c05.tar.zst freebsd-ports-gnome-82bc9e1c48031940e45c2270a3c4c670e0cc3c05.zip |
Remove dependency on print/acroread4.
Run-depending on acroread is not required for *.pdf in plist.
Diffstat (limited to 'lang/fpc-devel')
-rw-r--r-- | lang/fpc-devel/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lang/fpc-devel/Makefile b/lang/fpc-devel/Makefile index 1e519a997b09..201fa415cafb 100644 --- a/lang/fpc-devel/Makefile +++ b/lang/fpc-devel/Makefile @@ -24,9 +24,6 @@ COMMENT= Free Pascal beta compiler with Turbo, Delphi and other extensions 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 -.endif ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes |