diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/muse | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) |
Notes
Diffstat (limited to 'audio/muse')
-rw-r--r-- | audio/muse/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 3b3086f5ffcb..b5d09df3b822 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: muse -# Date created: Jun 7, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= MuSE PORTVERSION= 0.9.2 @@ -23,8 +18,7 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ OPTIONS_DEFINE= X11 LAME SNDFILE DOCS OPTIONS_DEFAULT=X11 -USES= gettext -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --disable-lubrify --disable-rpath |