diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-09-26 20:26:21 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-09-26 20:26:21 +0000 |
commit | 00d46342115a78b5c8254ee7a08c6ffdbf1f7b2d (patch) | |
tree | fef35bc65591406342cb56504e12d25b444935e5 /sysutils/fusefs-simple-mtpfs | |
parent | d76aaa066388b7a35761a72f50f87858d870116d (diff) | |
download | ports-00d46342115a78b5c8254ee7a08c6ffdbf1f7b2d.tar.gz ports-00d46342115a78b5c8254ee7a08c6ffdbf1f7b2d.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-simple-mtpfs')
-rw-r--r-- | sysutils/fusefs-simple-mtpfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/fusefs-simple-mtpfs/Makefile b/sysutils/fusefs-simple-mtpfs/Makefile index 6b8e7c50b445..17d396fc8716 100644 --- a/sysutils/fusefs-simple-mtpfs/Makefile +++ b/sysutils/fusefs-simple-mtpfs/Makefile @@ -16,13 +16,11 @@ LIB_DEPENDS= libmtp.so:${PORTSDIR}/multimedia/libmtp USE_GITHUB= yes GH_ACCOUNT= phatina -USES= autoreconf compiler:c++11-lib fuse pkgconfig +USES= autoreconf compiler:c++11-lib fuse localbase pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules MAKEFILE= makefile INSTALL_TARGET= install-strip -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= AUTHORS NEWS README.md |