svn commit: r438343 - head/audio/rosegarden

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 12 09:54:12 UTC 2017


Author: amdmi3
Date: Wed Apr 12 09:54:11 2017
New Revision: 438343
URL: https://svnweb.freebsd.org/changeset/ports/438343

Log:
  - Switch to USES=localbase

Modified:
  head/audio/rosegarden/Makefile

Modified: head/audio/rosegarden/Makefile
==============================================================================
--- head/audio/rosegarden/Makefile	Wed Apr 12 09:20:33 2017	(r438342)
+++ head/audio/rosegarden/Makefile	Wed Apr 12 09:54:11 2017	(r438343)
@@ -24,11 +24,8 @@ RUN_DEPENDS=	dssi_osc_update:audio/dssi 
 		xdg-open:devel/xdg-utils \
 		lilypond:print/lilypond
 
-USES=		alias cmake:outsource desktop-file-utils pkgconfig \
-		shared-mime-info tar:bzip2
-
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+USES=		alias cmake:outsource desktop-file-utils localbase:ldflags \
+		pkgconfig shared-mime-info tar:bzip2
 
 OPTIONS_DEFINE=		LIRC
 OPTIONS_SINGLE=		TOOLKIT


More information about the svn-ports-head mailing list