diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:40:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:40:51 +0800 |
commit | 132c9cc8514da2aedd6f69b9fd99a6f975cd44e6 (patch) | |
tree | 1d115729e263bf758534d746483c047053326758 /audio | |
parent | ceb26a3e98549164ff8e0c68ee25a39b28584394 (diff) | |
download | freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.tar.gz freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.tar.zst freebsd-ports-gnome-132c9cc8514da2aedd6f69b9fd99a6f975cd44e6.zip |
- Fix build with FreeBSD 10
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmodplug/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libmodplug/Makefile b/audio/libmodplug/Makefile index 0be13587e584..e8d7c3183c9e 100644 --- a/audio/libmodplug/Makefile +++ b/audio/libmodplug/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= SF/modplug-xmms/${PORTNAME}/${PORTVERSION} CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= ModPlug mod-like music shared libraries +WITH_FBSD10_FIX=yes USE_LDCONFIG= yes USE_GMAKE= yes USE_GNOME= pkgconfig |