summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-05-14 21:25:36 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-05-14 21:25:36 +0000
commit25b44dc9d6e63f650f69393e7a06254af6a83bc5 (patch)
tree66d707e2c79685f205cb0b1cfbb8fb39bbf12355 /x11-wm
parent- Update to 2.49 (diff)
- Update to 0.9.22
Approved by: miwi (mentor implicit)
Notes
Notes: svn path=/head/; revision=233910
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/musca/Makefile4
-rw-r--r--x11-wm/musca/distinfo6
-rw-r--r--x11-wm/musca/files/patch-Makefile12
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