diff options
-rw-r--r-- | archivers/fastjar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |