diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-03 21:28:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-11-03 21:28:22 +0000 |
commit | 6d74c2c58273aadb3eba41d895e0b1f440a65ef4 (patch) | |
tree | 21b0d2beae8e6096c4aa64643ef43dc63c28edd2 | |
parent | 0e90b52a89914b601f6d01d9d12a342f13da1cb5 (diff) | |
download | ports-6d74c2c58273aadb3eba41d895e0b1f440a65ef4.tar.gz ports-6d74c2c58273aadb3eba41d895e0b1f440a65ef4.zip |
Notes
-rw-r--r-- | net-p2p/eiskaltdc/Makefile | 2 | ||||
-rw-r--r-- | sysutils/djmount/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-p2p/eiskaltdc/Makefile b/net-p2p/eiskaltdc/Makefile index 39101af0557e..76ffa8324071 100644 --- a/net-p2p/eiskaltdc/Makefile +++ b/net-p2p/eiskaltdc/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= upnp.4:${PORTSDIR}/devel/upnp \ boost_system.4:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme +BROKEN= does not compile + PROJECTHOST= eiskaltdc USE_BZIP2= yes diff --git a/sysutils/djmount/Makefile b/sysutils/djmount/Makefile index a974b3ec751a..f46b6caa882a 100644 --- a/sysutils/djmount/Makefile +++ b/sysutils/djmount/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod +BROKEN= does not compile + PLIST_FILES= bin/${PORTNAME} GNU_CONFIGURE= yes USE_GNOME= pkgconfig |