diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-29 19:07:10 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-29 19:07:10 +0000 |
commit | f3f589368558098afebdff077633620f5e628ab7 (patch) | |
tree | 480fbf7fde575e487818402bc6f4d15b3b6c37f6 /print/acroread5 | |
parent | None of the other acroread ports have the version number in the port name. (diff) |
USE_LINUX rather than explicitly listing the dependency.
Notes
Notes:
svn path=/head/; revision=60264
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index b28cd55f2e7b..733bf700db07 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -15,10 +15,9 @@ DISTNAME= linux-505 .endif MAINTAINER= osa@FreeBSD.org.ru -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base - ONLY_FOR_ARCHS= i386 +USE_LINUX= yes NO_FILTER_SHLIBS= yes .if ${ARCH} == "i386" |