summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-07-26 08:00:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-07-26 08:00:28 +0000
commitce800af878af5afd0f21cc2dbb2870aff5b4e348 (patch)
treeeedc8210ac9668935667da15411dc19dc637a537
parentFix typo: s/USE_PKGCONFIF/USE_PKGCONFIG/ (diff)
Use the new USE_PKGCONFIG macro
Notes
Notes: svn path=/head/; revision=301553
-rw-r--r--audio/tagutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/tagutil/Makefile b/audio/tagutil/Makefile
index c6578f1ca3d3..189a48bf6b6e 100644
--- a/audio/tagutil/Makefile
+++ b/audio/tagutil/Makefile
@@ -16,7 +16,7 @@ COMMENT= A tool to manage tags in music files
LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib
-USE_GNOME= pkgconfig
+USE_PKGCONFIG= build
MAKE_JOBS_SAFE= yes
MAKE_ENV= DESTDIR="${PREFIX}"