diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-01 02:03:16 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-01 02:03:16 +0000 |
commit | 332d8ec3fe0aca2f141ea69e2240ca6bbdcc0b65 (patch) | |
tree | 70d13c445f7a6cf4644ef2d2ae12cccbd7915188 | |
parent | a8186118c675bb6d46465f4d5a61ec57c7c8a2a0 (diff) | |
download | FreeBSD-ports-332d8ec3fe0aca2f141ea69e2240ca6bbdcc0b65.zip FreeBSD-ports-332d8ec3fe0aca2f141ea69e2240ca6bbdcc0b65.tar.gz |
- Fix build
Reported by: pointyhat
Approved by: portmgr
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index d401891..33f4022 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -16,6 +16,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USES= fuse USE_GNOME= glib20 +USE_PKGCONFIG= build MAN1= ${PORTNAME}.1 PLIST_FILES= bin/curlftpfs |