diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-18 12:08:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-18 12:08:25 +0800 |
commit | 0cff6710785ade33e83d6a215c9e5a1e16b7dc5b (patch) | |
tree | 956a5fcd22da8ba79386f333f63f9518472e90d0 | |
parent | b30d914f8121ad49e43a3cb2fa3d10827347d5f9 (diff) | |
download | freebsd-ports-gnome-0cff6710785ade33e83d6a215c9e5a1e16b7dc5b.tar.gz freebsd-ports-gnome-0cff6710785ade33e83d6a215c9e5a1e16b7dc5b.tar.zst freebsd-ports-gnome-0cff6710785ade33e83d6a215c9e5a1e16b7dc5b.zip |
- Add missing pkgconfig
- While here remove 7.X gruft
Reported by: pointyhat
http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/a.9-exp.20130618003449.pointyhat-west/xmms2-0.8_3.log
-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 |