summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 02:06:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-30 02:06:44 +0000
commitcdb56e88c788200baecfb0c58c1129f4f247ab99 (patch)
tree37dce0fe84b26b6670d45d792b177320a279b58e /audio
parentAdd an explicit dependency on pkgconf (diff)
Add an explicit dependency on pkgconf
Notes
Notes: svn path=/head/; revision=325657
Diffstat (limited to 'audio')
-rw-r--r--audio/mhwaveedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile
index 924c9f9822b0..452e4f6088f6 100644
--- a/audio/mhwaveedit/Makefile
+++ b/audio/mhwaveedit/Makefile
@@ -12,6 +12,7 @@ COMMENT= A graphical program for editing sound files
LICENSE= GPLv2
+USES= pkgconfig
USE_BZIP2= yes
USE_GNOME= gnomehack gtk20
WANT_GNOME= yes
@@ -22,7 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-optimization --without-alsalib \
--without-arts
-
PLIST_FILES= bin/mhwaveedit \
share/locale/de/LC_MESSAGES/mhwaveedit.mo \
share/locale/es/LC_MESSAGES/mhwaveedit.mo \