aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/mcwm/Makefile
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2011-08-24 05:29:55 +0800
committerzi <zi@FreeBSD.org>2011-08-24 05:29:55 +0800
commit1ce6a75df4ccb82f17eb42b681dbe317edc29bfe (patch)
tree242478e9e9d450e012de51445e680c6fb6f9ba25 /x11-wm/mcwm/Makefile
parentdbfcc806955f99984ce288968986b882b7911865 (diff)
downloadfreebsd-ports-gnome-1ce6a75df4ccb82f17eb42b681dbe317edc29bfe.tar.gz
freebsd-ports-gnome-1ce6a75df4ccb82f17eb42b681dbe317edc29bfe.tar.zst
freebsd-ports-gnome-1ce6a75df4ccb82f17eb42b681dbe317edc29bfe.zip
Update to 20110818
Fix build with custom LOCALBASE/PREFIX PR: ports/159972 Submitted by: Jakub Lach <jakub_lach@mailplus.pl> (maintainer) Approved by: wxs, tabthorpe (mentors, implicit)
Diffstat (limited to 'x11-wm/mcwm/Makefile')
-rw-r--r--x11-wm/mcwm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/mcwm/Makefile b/x11-wm/mcwm/Makefile
index b9ec3ba18933..af042ebb1194 100644
--- a/x11-wm/mcwm/Makefile
+++ b/x11-wm/mcwm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mcwm
-PORTVERSION= 20110721
+PORTVERSION= 20110818
CATEGORIES= x11-wm
MASTER_SITES= http://hack.org/mc/hacks/mcwm/
@@ -28,6 +28,8 @@ MAN1= mcwm.1
PLIST_FILES= bin/mcwm
PORTDOCS= LICENSE README NEWS
+CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+
pre-everything::
@${ECHO_MSG} "You can build mcwm with your own config.h using the MCWM_CONF knob:"
@${ECHO_MSG} "make MCWM_CONF=/path/to/mcwm/config.h install clean"