diff options
author | obrien <obrien@FreeBSD.org> | 2002-05-28 03:22:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-05-28 03:22:32 +0000 |
commit | c2a849807b0684473056ebfb4e7f39b0293d4d22 (patch) | |
tree | 7b7b5419df5766c2820864f503912a6b48b1bacf /games/adom | |
parent | ec60cf375da4092f3e302fc086545c0314785034 (diff) | |
download | FreeBSD-ports-c2a849807b0684473056ebfb4e7f39b0293d4d22.zip FreeBSD-ports-c2a849807b0684473056ebfb4e7f39b0293d4d22.tar.gz |
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
Diffstat (limited to 'games/adom')
-rw-r--r-- | games/adom/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 56f49e0..d314cea 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -13,12 +13,12 @@ DISTNAME= adom-100-elf MAINTAINER= rover@lglobus.ru -RUN_DEPENDS= ${LINUXBASE}/lib/libc-2.2.2.so:${PORTSDIR}/emulators/linux_base-7 - -WRKSRC= ${WRKDIR}/adom +NO_CDROM= Copy of CD must be sent to author ONLY_FOR_ARCHS= i386 -NO_CDROM= Copy of CD must be sent to author + +USE_LINUX= yes +WRKSRC= ${WRKDIR}/adom NO_BUILD= yes STRIP= # empty: do not strip linux binary! |