diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-18 04:08:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-18 04:08:25 +0000 |
commit | 9daf452cc3db33d3c6f4956bf6fb7c1f199937d4 (patch) | |
tree | 956a5fcd22da8ba79386f333f63f9518472e90d0 /audio/xmms2/Makefile | |
parent | 6629a4909b3a58bb479c9fe9a95e9ab495e8d15f (diff) |
Notes
Diffstat (limited to 'audio/xmms2/Makefile')
-rw-r--r-- | audio/xmms2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 8230515eea80..9ba0c211ec64 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -18,6 +18,7 @@ USE_PYTHON_BUILD= yes USE_GNOME= glib20 USE_SQLITE= 3 +USES+= pkgconfig USE_LDCONFIG= yes MAN1= xmms2.1 xmms2d.1 xmms2-launcher.1 @@ -57,10 +58,6 @@ XML_DESC= Support XML based playlists (XSPF, RSS) .include <bsd.port.options.mk> -.if ${OSVERSION} < 800030 -BROKEN= Does not compile on 7.x: Requires fstatat(2) -.endif - .if defined(XMMS2_SLAVE) EXCLUDE+= --without-xmms2d |