diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-13 22:06:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-13 22:06:46 +0000 |
commit | 2c0f640f92db9c1ecb1eda54062f8528426f7ffc (patch) | |
tree | fe11dfd644532b61950f3e9df60369fd758c6a68 /x11-clocks/wmfishtime/Makefile | |
parent | 71d918afa3f351f72941941ce68fce543bd906b1 (diff) | |
download | ports-2c0f640f92db9c1ecb1eda54062f8528426f7ffc.tar.gz ports-2c0f640f92db9c1ecb1eda54062f8528426f7ffc.zip |
Notes
Diffstat (limited to 'x11-clocks/wmfishtime/Makefile')
-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 19030b258107..4dfd1334b533 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}" \ |