diff options
author | kris <kris@FreeBSD.org> | 2006-09-01 00:13:33 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-01 00:13:33 +0800 |
commit | 0c15b5c71b5dedb87e3c261b33d662e319bce3bf (patch) | |
tree | 7de670403c3c0a1d8275b2632da7ea9f2437d5d5 | |
parent | e1f691e51105b1212580fc0c207e2fb7405c34bf (diff) | |
download | freebsd-ports-gnome-0c15b5c71b5dedb87e3c261b33d662e319bce3bf.tar.gz freebsd-ports-gnome-0c15b5c71b5dedb87e3c261b33d662e319bce3bf.tar.zst freebsd-ports-gnome-0c15b5c71b5dedb87e3c261b33d662e319bce3bf.zip |
BROKEN: Incomplete pkg-plist
Also add missing USE_GETOPT_LONG to hopefully fix 4.x build apart from
this.
-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 |