diff options
Diffstat (limited to 'java/jgrapht/Makefile')
-rw-r--r-- | java/jgrapht/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jgrapht/Makefile b/java/jgrapht/Makefile index 823dc95dba8f..bc2ae75447e0 100644 --- a/java/jgrapht/Makefile +++ b/java/jgrapht/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/JGraphT/Version%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java package for mathematical graph-theory objects and algorithms -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ |