aboutsummaryrefslogtreecommitdiff
path: root/audio/thunar-media-tags-plugin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-22 23:19:08 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-22 23:19:08 +0000
commita2157276860a3947431ad500cdb3a9017b7d3008 (patch)
tree0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/thunar-media-tags-plugin
parent23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff)
downloadports-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz
ports-a2157276860a3947431ad500cdb3a9017b7d3008.zip
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Notes
Notes: svn path=/head/; revision=316287
Diffstat (limited to 'audio/thunar-media-tags-plugin')
-rw-r--r--audio/thunar-media-tags-plugin/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/thunar-media-tags-plugin/Makefile b/audio/thunar-media-tags-plugin/Makefile
index bb609153485b..92fc684c3931 100644
--- a/audio/thunar-media-tags-plugin/Makefile
+++ b/audio/thunar-media-tags-plugin/Makefile
@@ -1,6 +1,5 @@
# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
-#
PORTNAME= thunar-media-tags-plugin
PORTVERSION= 0.2.0
@@ -15,6 +14,7 @@ COMMENT= A Media Tags Plugin
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
+USES= pkgconfig
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
@@ -22,6 +22,5 @@ GNU_CONFIGURE= yes
USE_GNOME= gnomehack gtk20 intltool intlhack
USE_XFCE= configenv libexo thunar
USE_AUTOTOOLS= libtool
-USE_PKGCONFIG= build
.include <bsd.port.mk>