aboutsummaryrefslogtreecommitdiff
path: root/archivers/fastjar
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-08-31 16:13:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-08-31 16:13:33 +0000
commitd194c1e657c86628798b48e21e7e091412766e76 (patch)
tree98c8aba47961478625aa874c70fa8c0afe870c24 /archivers/fastjar
parent427f9f7942f706c6f4451c9da215e04f6a1e2f68 (diff)
downloadports-d194c1e657c86628798b48e21e7e091412766e76.tar.gz
ports-d194c1e657c86628798b48e21e7e091412766e76.zip
BROKEN: Incomplete pkg-plist
Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from this.
Notes
Notes: svn path=/head/; revision=171724
Diffstat (limited to 'archivers/fastjar')
-rw-r--r--archivers/fastjar/Makefile3
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