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 /multimedia | |
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 'multimedia')
-rw-r--r-- | multimedia/libdca/Makefile | 1 | ||||
-rw-r--r-- | multimedia/schroedinger/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/libdca/Makefile b/multimedia/libdca/Makefile index e8e73c039a06..03e62f7eb7d3 100644 --- a/multimedia/libdca/Makefile +++ b/multimedia/libdca/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${PORTVERSIO MAINTAINER= pav@FreeBSD.org COMMENT= Free DTS Coherent Acoustics decoder +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= pkgconfig gnomehack diff --git a/multimedia/schroedinger/Makefile b/multimedia/schroedinger/Makefile index 6b06342a2891..88f7cce3ac56 100644 --- a/multimedia/schroedinger/Makefile +++ b/multimedia/schroedinger/Makefile @@ -24,6 +24,7 @@ LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc BUILD_DEPENDS= orc>=0.4.10:${PORTSDIR}/devel/orc +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |