diff options
Diffstat (limited to 'misc/podsleuth/Makefile')
-rw-r--r-- | misc/podsleuth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile index 20cc6220a821..0178d28e21cb 100644 --- a/misc/podsleuth/Makefile +++ b/misc/podsleuth/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \ ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec -CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig |