diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-14 06:06:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-14 06:06:46 +0800 |
commit | 069775f01d17df61ae8a05cf40412d49a605fec0 (patch) | |
tree | fe11dfd644532b61950f3e9df60369fd758c6a68 /x11-clocks | |
parent | de694c0ee3bb1c764f15747785066f608d63baca (diff) | |
download | freebsd-ports-graphics-069775f01d17df61ae8a05cf40412d49a605fec0.tar.gz freebsd-ports-graphics-069775f01d17df61ae8a05cf40412d49a605fec0.tar.zst freebsd-ports-graphics-069775f01d17df61ae8a05cf40412d49a605fec0.zip |
Mark as broken: does not fetch
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/wmfishtime/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-clocks/wmfishtime/Makefile b/x11-clocks/wmfishtime/Makefile index 19030b25810..4dfd1334b53 100644 --- a/x11-clocks/wmfishtime/Makefile +++ b/x11-clocks/wmfishtime/Makefile @@ -13,6 +13,7 @@ COMMENT= Time/date applet for WindowMaker with fishes swimming around USE_GNOME= gtk12 +BROKEN= does not fetch GTK_LIBS?= `${GTK_CONFIG} --libs` GTK_CFLAGS?= `${GTK_CONFIG} --cflags` MAKE_ARGS+= CFLAGS="${CPPFLAGS} ${CFLAGS} -Wall ${GTK_CFLAGS}" \ |