diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-08 18:44:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-07-08 18:44:24 +0000 |
commit | 3d59bf1d24b11eb7a5550dcbe2ec8c0eaf685882 (patch) | |
tree | b7d61b1db4b52ef46563c75ef09d60aadb6da242 /audio/gxmms2 | |
parent | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (diff) |
Notes
Diffstat (limited to 'audio/gxmms2')
-rw-r--r-- | audio/gxmms2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gxmms2/Makefile b/audio/gxmms2/Makefile index 634313e3beef..a6ae4897191e 100644 --- a/audio/gxmms2/Makefile +++ b/audio/gxmms2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GNOME= gtk20 -USE_GMAKE= yes +USES= gmake ALL_TARGET= ${PORTNAME} MAKE_JOBS_SAFE= yes |