diff options
author | dhn <dhn@FreeBSD.org> | 2009-05-15 05:25:36 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-05-15 05:25:36 +0800 |
commit | 0d3754405a5fc9ef440f8a8d6a1c47fee3194d29 (patch) | |
tree | a6b44c4c25c0e0a5b98acbfebc13a58da2edc00b | |
parent | 3bf76e68b7fec4c14fb6d95d66d52efd901dc85c (diff) | |
download | freebsd-ports-gnome-0d3754405a5fc9ef440f8a8d6a1c47fee3194d29.tar.gz freebsd-ports-gnome-0d3754405a5fc9ef440f8a8d6a1c47fee3194d29.tar.zst freebsd-ports-gnome-0d3754405a5fc9ef440f8a8d6a1c47fee3194d29.zip |
- Update to 0.9.22
Approved by: miwi (mentor implicit)
-rw-r--r-- | x11-wm/musca/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/musca/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/musca/files/patch-Makefile | 12 |
3 files changed, 6 insertions, 16 deletions
diff --git a/x11-wm/musca/Makefile b/x11-wm/musca/Makefile index 419c3849817f..2bc38a23ea3f 100644 --- a/x11-wm/musca/Makefile +++ b/x11-wm/musca/Makefile @@ -6,7 +6,7 @@ # PORTNAME= musca -PORTVERSION= 0.9.21 +PORTVERSION= 0.9.22 CATEGORIES= x11-wm MASTER_SITES= http://aerosuidae.net/ \ http://mirror.mcx2.org/ @@ -18,6 +18,8 @@ COMMENT= A simple window manager for X, with features from ratpoison and dwm RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu USE_XORG= x11 +MAKE_ARGS= CFLAGS="-I${LOCALBASE}/include \ + -L${LOCALBASE}/lib" MAKE_JOBS_SAFE= yes PLIST_FILES= bin/musca diff --git a/x11-wm/musca/distinfo b/x11-wm/musca/distinfo index ccf2a799ffa6..79a189374207 100644 --- a/x11-wm/musca/distinfo +++ b/x11-wm/musca/distinfo @@ -1,3 +1,3 @@ -MD5 (musca-0.9.21.tgz) = 0eb338e06a7851399266a1627970ac7e -SHA256 (musca-0.9.21.tgz) = 5eee236edf814e57a29110687d4585a5daf7899e6fdee742c33369389772ef0e -SIZE (musca-0.9.21.tgz) = 51725 +MD5 (musca-0.9.22.tgz) = 6f2f4116b50de07d1d3f20c2b12435f9 +SHA256 (musca-0.9.22.tgz) = 03e16d9e33e7ea4db506e1428a3f63a49c9e5589508412dd547e15ec5e467082 +SIZE (musca-0.9.22.tgz) = 52198 diff --git a/x11-wm/musca/files/patch-Makefile b/x11-wm/musca/files/patch-Makefile deleted file mode 100644 index c541dacf3170..000000000000 --- a/x11-wm/musca/files/patch-Makefile +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.orig 2009-05-09 09:08:04.000000000 +0200 -+++ Makefile 2009-04-29 06:31:39.000000000 +0200 -@@ -1,7 +1,8 @@ -+PREFIX?=/usr/X11R6 - CFLAGS?=-Wall -g - - all: -- $(CC) $(CFLAGS) -lc -lm -lX11 -o musca musca.c -+ $(CC) $(CFLAGS) -I$(PREFIX)/include -L$(PREFIX)/lib -lc -lm -lX11 -o musca musca.c - - clean: - rm -f musca |