From 0c15b5c71b5dedb87e3c261b33d662e319bce3bf Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 31 Aug 2006 16:13:33 +0000 Subject: BROKEN: Incomplete pkg-plist Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from this. --- archivers/fastjar/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index a7b9a9b50106..667fe81a916e 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -14,7 +14,10 @@ MASTER_SITE_SUBDIR= maho/fastjar MAINTAINER= maho@FreeBSD.org COMMENT= A version of JDK's `jar' command written entirely in C +BROKEN= Incomplete pkg-plist + USE_BZIP2= yes +USE_GETOPT_LONG=yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes GNU_CONFIGURE= yes -- cgit