diff options
Diffstat (limited to 'mail/mime4j/Makefile')
-rw-r--r-- | mail/mime4j/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/mime4j/Makefile b/mail/mime4j/Makefile index 16cce1e..ecf7857 100644 --- a/mail/mime4j/Makefile +++ b/mail/mime4j/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: mime4j -# Date created: 3 Sep 2008 -# Whom: Alex Dupre <ale@FreeBSD.org> -# +# Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mime4j PORTVERSION= 0.7.2 @@ -21,7 +17,7 @@ LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes WRKSRC= ${WRKDIR}/apache-${PORTNAME}-${PORTVERSION} |