diff options
author | tijl <tijl@FreeBSD.org> | 2014-06-30 05:45:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-06-30 05:45:03 +0800 |
commit | 18c57f1fc7c90bd0b5946e99dd670ee97613fbcc (patch) | |
tree | 49d8c3a8d5b446073221330cde97594ee1c14c24 /misc | |
parent | b9171e4af51ecd3c32b4cb3e0c7b7164076d4fab (diff) | |
download | freebsd-ports-gnome-18c57f1fc7c90bd0b5946e99dd670ee97613fbcc.tar.gz freebsd-ports-gnome-18c57f1fc7c90bd0b5946e99dd670ee97613fbcc.tar.zst freebsd-ports-gnome-18c57f1fc7c90bd0b5946e99dd670ee97613fbcc.zip |
x11-wm/libwraster:
- USES=libtool
- Remove -DPREFIX=\\\"${PREFIX}\\\" from CPPFLAGS. Not needed and it
causes configure test failures with clang.
- Use MAKE_CMD.
- Bump dependent ports.
x11-wm/windowmaker:
- USES=libtool
- Replace -DPREFIX=\\\"${PREFIX}\\\" in CPPFLAGS with post-patch command
because it causes configure test failures with clang.
- Remove FreeBSD < 8 support.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wmweather+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile index 091e78b7128e..f3ba8699b5a9 100644 --- a/misc/wmweather+/Makefile +++ b/misc/wmweather+/Makefile @@ -3,7 +3,7 @@ PORTNAME= wmweather+ PORTVERSION= 2.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc windowmaker geography MASTER_SITES= SF/wmweatherplus/wmweather%2B/ \ SF/nemysisfreebsdp/misc/:icons |