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 /www/aswedit | |
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 '')
-rw-r--r-- | www/aswedit/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/aswedit/Makefile b/www/aswedit/Makefile index 90abfdc5b4eb..42a78d1c3039 100644 --- a/www/aswedit/Makefile +++ b/www/aswedit/Makefile @@ -16,12 +16,13 @@ DISTNAME= asWedit-4.0-i386.linux MAINTAINER= brett@peloton.runet.edu -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 RESTRICTED= "Commercial software" NO_BUILD= yes NO_PACKAGE= ${RESTRICTED} + +ONLY_FOR_ARCHS= i386 + +USE_LINUX= yes WRKSRC= ${WRKDIR}/asWedit-4.0.1 do-install: |