diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-28 03:22:32 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-28 03:22:32 +0000 |
commit | 61378a37df49b4c5ddfc77fab6b4a1c9bd8b67f2 (patch) | |
tree | d0cf3e13899a29ea2deb82fd03747b33ecc3864f /games | |
parent | Update to 1.7.0.1. (diff) |
Explict dependancy on version 7 of linux_base is not needed anymore.
The linux_base port is now at RH version 7.
Notes
Notes:
svn path=/head/; revision=60165
Diffstat (limited to 'games')
-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 56f49e0458a1..d314cea559ef 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! |