diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
commit | d26530b7136cdbbc743cb41cba488928a2fb490e (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/djmount | |
parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) |
Notes
Diffstat (limited to 'sysutils/djmount')
-rw-r--r-- | sysutils/djmount/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index 53f9675a3e0f..5ec1bd30bead 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -10,13 +10,12 @@ MASTER_SITES= SF MAINTAINER= eric@camachat.org COMMENT= Mount UPnP A/V Media -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - upnp.9:${PORTSDIR}/devel/upnp +LIB_DEPENDS= upnp.9:${PORTSDIR}/devel/upnp BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes +USE_FUSE= yes USE_GNOME= pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-fuse-prefix=${LOCALBASE} \ |