diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/smasher | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Notes
Notes:
svn path=/head/; revision=316287
Diffstat (limited to 'audio/smasher')
-rw-r--r-- | audio/smasher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/smasher/Makefile b/audio/smasher/Makefile index 1c99e2d2113f..91b1a6030e54 100644 --- a/audio/smasher/Makefile +++ b/audio/smasher/Makefile @@ -16,8 +16,8 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ csound64.5:${PORTSDIR}/audio/csound GNU_CONFIGURE= yes +USES= pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= build USE_WX= yes WX_CONF_ARGS= absolute |