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 /games/rollemup | |
parent | 91ffe994fbc2fd0cb34b1916fbb48d6782a590be (diff) | |
download | ports-f3f589368558098afebdff077633620f5e628ab7.tar.gz ports-f3f589368558098afebdff077633620f5e628ab7.zip |
Notes
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 91d3c93da08a..f1c9f594fc64 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} |