diff options
author | antoine <antoine@FreeBSD.org> | 2015-05-25 04:06:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-05-25 04:06:06 +0800 |
commit | 426fa894e2fbd7a5425cfa62297f9d5881f009b9 (patch) | |
tree | c36eb1cb0df0f52f397d6d74d30c11ba84b158d5 /misc | |
parent | 1ac2eed93d0784c048bd81a6c8881be159ac2dcf (diff) | |
download | freebsd-ports-gnome-426fa894e2fbd7a5425cfa62297f9d5881f009b9.tar.gz freebsd-ports-gnome-426fa894e2fbd7a5425cfa62297f9d5881f009b9.tar.zst freebsd-ports-gnome-426fa894e2fbd7a5425cfa62297f9d5881f009b9.zip |
Fix build with mono 4
Diffstat (limited to 'misc')
-rw-r--r-- | misc/podsleuth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile index 45067108af85..111432019741 100644 --- a/misc/podsleuth/Makefile +++ b/misc/podsleuth/Makefile @@ -16,6 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/deve RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec +CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes USES= gmake mono pkgconfig pathfix |