diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:57:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:57:36 +0000 |
commit | 59c2fedf11b952e9f5d499acb86996e6f41585e1 (patch) | |
tree | aeac2336babc1a79b8c23c6f70fbcd7d8ced0b1f /sysutils/djmount | |
parent | 9097a3c88ccbefd4d15beb528391aa522d9980c3 (diff) |
Notes
Diffstat (limited to 'sysutils/djmount')
-rw-r--r-- | sysutils/djmount/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index 8543e4919cc0..ef863863aaaa 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -15,8 +15,7 @@ BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes -USES= fuse -USE_GNOME= pkgconfig +USES= fuse pkgconfig CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-fuse-prefix=${LOCALBASE} \ --with-external-libupnp --with-libupnp-prefix=${LOCALBASE} |