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 /lang/ETHOberonV4/Makefile | |
parent | None of the other acroread ports have the version number in the port name. (diff) |
USE_LINUX rather than explicitly listing the dependency.
Notes
Notes:
svn path=/head/; revision=60264
Diffstat (limited to 'lang/ETHOberonV4/Makefile')
-rw-r--r-- | lang/ETHOberonV4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ETHOberonV4/Makefile b/lang/ETHOberonV4/Makefile index d1bd746ef953..2af989d65a9d 100644 --- a/lang/ETHOberonV4/Makefile +++ b/lang/ETHOberonV4/Makefile @@ -14,12 +14,12 @@ EXTRACT_SUFX= .tgz MAINTAINER= jhicks@glenatl.glenayre.com -# XXX - how to fix the following? -RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 NO_CDROM= licensing NO_PACKAGE= no version number on distfile + +ONLY_FOR_ARCHS= i386 + +USE_LINUX= yes WRKSRC= ${WRKDIR}/${UNTAR_DIR} UNTAR_DIR= usr/local/ETHOberon |