diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-12 19:17:50 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-12 19:17:50 +0000 |
commit | 6963bd30a0c3a37fe10933dd474eacc9fc22014b (patch) | |
tree | edea04b20fb7ab3c1b95cffbc165092b8e433191 /archivers/pkzip | |
parent | f4e8daaa87e4e5ac4f5269c24726b1b5bc026a92 (diff) | |
download | ports-6963bd30a0c3a37fe10933dd474eacc9fc22014b.tar.gz ports-6963bd30a0c3a37fe10933dd474eacc9fc22014b.zip |
Notes
Diffstat (limited to 'archivers/pkzip')
-rw-r--r-- | archivers/pkzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile index ed4287741c35..109ef92b419f 100644 --- a/archivers/pkzip/Makefile +++ b/archivers/pkzip/Makefile @@ -14,9 +14,10 @@ EXTRACT_SUFX= .exe MAINTAINER= dbader@eece.unm.edu -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base +BUILD_DEPENDS= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 +USE_LINUX= yes NO_BUILD= Yes NO_PACKAGE= Shareware |