diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-24 20:06:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-24 20:06:06 +0000 |
commit | f839f810edb70b687858389a097181b3c5139f2f (patch) | |
tree | c36eb1cb0df0f52f397d6d74d30c11ba84b158d5 /misc | |
parent | 62e1c893ddff8ace0633ce4a547a4428d1aeb082 (diff) | |
download | ports-f839f810edb70b687858389a097181b3c5139f2f.tar.gz ports-f839f810edb70b687858389a097181b3c5139f2f.zip |
Notes
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 |