diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-05 06:31:38 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-05 06:31:38 +0000 |
commit | e72500951a9d28960a40b1c2ab61448a453db037 (patch) | |
tree | 7b0c56926f36026e68a17266742ddc99eb5d8634 /multimedia/audacious-plugins | |
parent | Update to 1.33. (diff) |
- Add explicit dependency on pkgconfig
- While here also convert to USES=gmake
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=326357
Diffstat (limited to 'multimedia/audacious-plugins')
-rw-r--r-- | multimedia/audacious-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/audacious-plugins/Makefile b/multimedia/audacious-plugins/Makefile index 836a54251caf..8e514f6468cc 100644 --- a/multimedia/audacious-plugins/Makefile +++ b/multimedia/audacious-plugins/Makefile @@ -12,7 +12,7 @@ COMMENT= Plugins needed for audacious BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_BZIP2= yes USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib |