diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 13:55:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 13:55:18 +0800 |
commit | fe3187aae60d94cd017d80c8d0692e3a174b30dc (patch) | |
tree | 5169ceb88523f106a104b7c2f1cf1b818ef0ca7c | |
parent | 063f9e6055370bf82e5d1f2571e1e6f098e0ae02 (diff) | |
download | freebsd-ports-gnome-fe3187aae60d94cd017d80c8d0692e3a174b30dc.tar.gz freebsd-ports-gnome-fe3187aae60d94cd017d80c8d0692e3a174b30dc.tar.zst freebsd-ports-gnome-fe3187aae60d94cd017d80c8d0692e3a174b30dc.zip |
pkgconfig is needed by all slaves either (to detect xmms2 itself)
Reported by: poudriere
-rw-r--r-- | audio/xmms2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 9ba0c211ec64..8d5ed376a808 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -13,12 +13,12 @@ COMMENT?= Rewrite of xmms as a client/server system (developer release) USE_BZIP2= yes USE_PYTHON_BUILD= yes +USES+= pkgconfig .if !defined(XMMS2_SLAVE) USE_GNOME= glib20 USE_SQLITE= 3 -USES+= pkgconfig USE_LDCONFIG= yes MAN1= xmms2.1 xmms2d.1 xmms2-launcher.1 |