diff options
author | pav <pav@FreeBSD.org> | 2012-03-07 06:34:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-03-07 06:34:47 +0800 |
commit | dcae825a26b16e35af00f99c1bcd7ed993f1797e (patch) | |
tree | 5ee02fc4520b94c21a46cb967f4577ef6600b7d8 /sysutils/mount.app | |
parent | b63b9444be3eee5c336163ab8fa604352ee24a1a (diff) | |
download | freebsd-ports-gnome-dcae825a26b16e35af00f99c1bcd7ed993f1797e.tar.gz freebsd-ports-gnome-dcae825a26b16e35af00f99c1bcd7ed993f1797e.tar.zst freebsd-ports-gnome-dcae825a26b16e35af00f99c1bcd7ed993f1797e.zip |
- Mark BROKEN: does not compile
properties.c: In function 'saveProperties':
properties.c:451: error: too many arguments to function 'WMWritePropListToFile'
*** Error code 1
Reported by: pointyhat
Diffstat (limited to 'sysutils/mount.app')
-rw-r--r-- | sysutils/mount.app/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/mount.app/Makefile b/sysutils/mount.app/Makefile index c288627b8000..0f3d237070d5 100644 --- a/sysutils/mount.app/Makefile +++ b/sysutils/mount.app/Makefile @@ -16,6 +16,8 @@ COMMENT= Windowmaker application, Resembles wmmount with extra functionality BUILD_DEPENDS+= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker +BROKEN= does not compile + USE_GETTEXT= yes USE_GNOME= gtk12 glib12 |