diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/xmms-timidity | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) |
Notes
Diffstat (limited to 'audio/xmms-timidity')
-rw-r--r-- | audio/xmms-timidity/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/xmms-timidity/Makefile b/audio/xmms-timidity/Makefile index 0bf8e044ec5c..7d7ff624b3a4 100644 --- a/audio/xmms-timidity/Makefile +++ b/audio/xmms-timidity/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xmms-timidity -# Date created: 2009-01-05 -# Whom: Timothy Beyer <beyert@cs.ucr.edu> -# +# Created by: Timothy Beyer <beyert@cs.ucr.edu> # $FreeBSD$ PORTNAME= xmms-timidity @@ -17,6 +14,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms RUN_DEPENDS= timidity:${PORTSDIR}/audio/timidity USE_LDCONFIG= ${PREFIX}/lib/xmms/Input +NO_STAGE= yes USE_BZIP2= yes USE_GNOME= gtk12 |