diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-30 03:07:10 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-30 03:07:10 +0800 |
commit | 8cae3e3051a463b8f36d4c8ea7726a9dd07392fa (patch) | |
tree | 17876ed12111d1cd6fc38c79f52a1a12c13a6f14 /www | |
parent | a84b639c096a14b5ea50f355de2cd9dfbed14fac (diff) | |
download | freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.tar.gz freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.tar.zst freebsd-ports-gnome-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.zip |
USE_LINUX rather than explicitly listing the dependency.
Diffstat (limited to 'www')
-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: |