diff options
Diffstat (limited to 'archivers/pkzip/Makefile')
-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 |