diff options
author | sat <sat@FreeBSD.org> | 2007-08-12 01:49:58 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-12 01:49:58 +0800 |
commit | b5cb07e9c122e05cabb75437086a1afa9eadc152 (patch) | |
tree | e9f4a52ff41e965456d0767a2ab9675bbb57e8b6 | |
parent | c55273666b41e75937653f981938c804f542785f (diff) | |
download | freebsd-ports-gnome-b5cb07e9c122e05cabb75437086a1afa9eadc152.tar.gz freebsd-ports-gnome-b5cb07e9c122e05cabb75437086a1afa9eadc152.tar.zst freebsd-ports-gnome-b5cb07e9c122e05cabb75437086a1afa9eadc152.zip |
- Depend on iconv to fix the build
- As an atonement, here's a hacky script you can run in port's directory
after make install to check for forgotten lib_depends:
http://people.FreeBSD.org/~sat/bin/chklibdep
Reported by: pointyhat via kris
-rw-r--r-- | devel/py-fusefs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-fusefs/Makefile b/devel/py-fusefs/Makefile index d43da9e75732..7fc6d68d9e06 100644 --- a/devel/py-fusefs/Makefile +++ b/devel/py-fusefs/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs USE_PYTHON= yes USE_PYDISTUTILS=yes USE_GNOME= pkgconfig +USE_ICONV= yes PORTDOCS= AUTHORS Changelog FAQ INSTALL README.1st README.historic \ README.new_fusepy_api PORTEXAMPLES= _find_fuse_parts.py hello.py xmp.py |