diff options
Diffstat (limited to 'textproc/apache-commons-digester/Makefile')
-rw-r--r-- | textproc/apache-commons-digester/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/apache-commons-digester/Makefile b/textproc/apache-commons-digester/Makefile index 39773c81790b..be8c39a498bc 100644 --- a/textproc/apache-commons-digester/Makefile +++ b/textproc/apache-commons-digester/Makefile @@ -16,10 +16,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${JAR_DEPENDS} RUN_DEPENDS= ${JAR_DEPENDS} +USES= java + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes NO_ARCH= yes -USE_JAVA= yes JARFILE= ${PORTNAME}.jar PLIST_FILES= ${JAVAJARDIR}/${JARFILE} |