diff options
author | pav <pav@FreeBSD.org> | 2010-11-04 05:28:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-04 05:28:22 +0800 |
commit | 85e74f7f0eaabf977ae65e8c66ad4e2c6e2dc769 (patch) | |
tree | 5d27b544ae122f3e824124a3d62bd2a79a5c1156 /sysutils | |
parent | 55af20d810dd47a152c39f2d6bbb41ba0c4858c3 (diff) | |
download | freebsd-ports-gnome-85e74f7f0eaabf977ae65e8c66ad4e2c6e2dc769.tar.gz freebsd-ports-gnome-85e74f7f0eaabf977ae65e8c66ad4e2c6e2dc769.tar.zst freebsd-ports-gnome-85e74f7f0eaabf977ae65e8c66ad4e2c6e2dc769.zip |
- Mark BROKEN: does not compile
Reported by: pointyhat
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/djmount/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |