diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-29 19:07:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-29 19:07:10 +0000 |
commit | 8cae3e3051a463b8f36d4c8ea7726a9dd07392fa (patch) | |
tree | 17876ed12111d1cd6fc38c79f52a1a12c13a6f14 /games/rollemup | |
parent | a84b639c096a14b5ea50f355de2cd9dfbed14fac (diff) | |
download | FreeBSD-ports-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.zip FreeBSD-ports-8cae3e3051a463b8f36d4c8ea7726a9dd07392fa.tar.gz |
USE_LINUX rather than explicitly listing the dependency.
Diffstat (limited to 'games/rollemup')
-rw-r--r-- | games/rollemup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 91d3c93..f1c9f59 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -14,8 +14,6 @@ DISTNAME= Rollemup MAINTAINER= sanpei@FreeBSD.org -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base - LICENSE= no-commercial-use RESTRICTED= You are not allowed to distribute the software by any means. \ You are allowed to download a copy from this site for personal use. \ @@ -23,6 +21,8 @@ RESTRICTED= You are not allowed to distribute the software by any means. \ ONLY_FOR_ARCHS= i386 +USE_LINUX= yes + EXTRACT_ONLY= # empty NO_PACKAGE= ${RESTRICTED} NO_CDROM= ${RESTRICTED} |