diff options
Diffstat (limited to 'archivers/fastjar/Makefile')
-rw-r--r-- | archivers/fastjar/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index a7f2763647a7..a99097e9ca5f 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fastjar -PORTVERSION= 0.90 +PORTVERSION= 0.93 CATEGORIES= archivers java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= A version of JDK's `jar' command written entirely in C -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes +USE_GMAKE= yes post-install: .if !defined(NOPORTDOCS) |