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/muine | |
parent | - update to 2.9.3 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 90390a4b4f2a..213e6c8443f9 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -1,6 +1,5 @@ # Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -# $Id: Makefile,v 1.54 2007/01/26 03:17:25 tmclau02 Exp $ PORTNAME= muine PORTVERSION= 0.8.11 @@ -22,6 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} USES= gettext gmake pathfix shebangfix +NO_STAGE= yes USE_GNOME= gnomeprefix intltool libgnomeui gnomesharp20 USE_GSTREAMER= gconf USE_LDCONFIG= yes |