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/libmusicbrainz5 | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: audio)
Notes
Notes:
svn path=/head/; revision=327706
Diffstat (limited to 'audio/libmusicbrainz5')
-rw-r--r-- | audio/libmusicbrainz5/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index 776ba1045ca7..f1046377e00b 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: libmusicbrainz5 -# Date Created: 2012-07-01 -# Whom: Jason E. Hale <bsdkaffee@gmail.com> -# # $FreeBSD$ -# PORTNAME= libmusicbrainz PORTVERSION= 5.0.1 @@ -20,6 +15,7 @@ LIB_DEPENDS= neon:${PORTSDIR}/www/neon29 LATEST_LINK= ${PORTNAME}5 USES= cmake +NO_STAGE= yes USE_LDCONFIG= yes |