diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 11:25:27 +0000 |
commit | 580b0c7423f336e00b3903ca8b33f179237d4c8c (patch) | |
tree | 8bed025c70382531bf17d65c836cc69c3dd2d951 /audio | |
parent | 13541a38cad825ec7932b2044ced4995ca298d8f (diff) | |
download | ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.tar.gz ports-580b0c7423f336e00b3903ca8b33f179237d4c8c.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musiccontrol/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/musiccontrol/Makefile b/audio/musiccontrol/Makefile index 33827de66f5b..d2fc33e32f30 100644 --- a/audio/musiccontrol/Makefile +++ b/audio/musiccontrol/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: musiccontrol -# Date created: 9 june 2003 -# Whom: Christian Laursen <xi@borderworlds.dk> -# +# Created by: Christian Laursen <xi@borderworlds.dk> # $FreeBSD$ -# PORTNAME= musiccontrol PORTVERSION= 0.3 @@ -22,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 \ ${LOCALBASE}/bin/simplemod:${PORTSDIR}/audio/simplemod USE_JAVA= yes -JAVA_VERSION= 1.5+ +JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_FILES= share/java/classes/MusicControl-${PORTVERSION}.jar bin/musiccontrol |