diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-30 10:06:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-30 10:06:44 +0800 |
commit | 9e32f0640d7bffcbf1dcd7a22985ede9e732b384 (patch) | |
tree | 37dce0fe84b26b6670d45d792b177320a279b58e | |
parent | e1c1bea31c91b3f94b6f558800a16f5729d9e697 (diff) | |
download | freebsd-ports-gnome-9e32f0640d7bffcbf1dcd7a22985ede9e732b384.tar.gz freebsd-ports-gnome-9e32f0640d7bffcbf1dcd7a22985ede9e732b384.tar.zst freebsd-ports-gnome-9e32f0640d7bffcbf1dcd7a22985ede9e732b384.zip |
Add an explicit dependency on pkgconf
-rw-r--r-- | audio/mhwaveedit/Makefile | 2 |
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 \ |