diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-24 22:35:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-24 22:35:23 +0000 |
commit | b6c9d825bedb124f657f0de519177b5f39a70316 (patch) | |
tree | add4e1e8ea047a484d73f80a2914499415575577 | |
parent | Fix configure and build with mono 4 (diff) |
Fix configure with mono 4
Notes
Notes:
svn path=/head/; revision=387363
-rw-r--r-- | multimedia/banshee/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/banshee/Makefile b/multimedia/banshee/Makefile index 6722a642a02e..8c8086777bd6 100644 --- a/multimedia/banshee/Makefile +++ b/multimedia/banshee/Makefile @@ -45,6 +45,7 @@ INSTALLS_ICONS= yes INSTALL_TARGET= install-strip CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-vendor-build-id=FreeBSD\ BSD\#\ Project --disable-gio-hardware --disable-boo +CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |