diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-08 18:42:15 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-08 18:42:15 +0000 |
commit | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 /audio/audacious-dumb | |
parent | 1af651482e6f078a83a382d14ff88fc7c50a67f3 (diff) | |
download | ports-6fe706fd4b9b0b87916cfce74ab6107039a1f1fe.tar.gz ports-6fe706fd4b9b0b87916cfce74ab6107039a1f1fe.zip |
Notes
Diffstat (limited to 'audio/audacious-dumb')
-rw-r--r-- | audio/audacious-dumb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index 9d87d66d92e3..9221a146ffd7 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: audacious-dumb -# Date created: 27 May 2007 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= audacious-dumb PORTVERSION= 0.82 @@ -20,7 +16,7 @@ RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \ ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |