aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/scwm/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-21 06:59:31 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-21 06:59:31 +0000
commit8e6987df5e0f1130a59cbb595d3fe627a7301c43 (patch)
treeabe577901d3f46cc2482f4588c0d27cdce75f1e7 /x11-wm/scwm/Makefile
parent8bfd7ca7f5a19863131cc3819f91988bdf1f314e (diff)
downloadports-8e6987df5e0f1130a59cbb595d3fe627a7301c43.tar.gz
ports-8e6987df5e0f1130a59cbb595d3fe627a7301c43.zip
Notes
Diffstat (limited to 'x11-wm/scwm/Makefile')
-rw-r--r--x11-wm/scwm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/scwm/Makefile b/x11-wm/scwm/Makefile
index 9ec26ea20b86..18c5825434fc 100644
--- a/x11-wm/scwm/Makefile
+++ b/x11-wm/scwm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= scwm
-PORTVERSION= 0.99.6.1
+PORTVERSION= 0.99.6.1
CATEGORIES= x11-wm
MASTER_SITES= ftp://scwm.mit.edu/pub/scwm/
@@ -23,14 +23,14 @@ GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE}
-CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \
+CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
.if defined(MULTIBYTE)
CONFIGURE_ARGS+= --enable-multibyte=yes
-CONFIGURE_ENV+= LIBS="-L${X11BASE}/lib -lxpg4"
+CONFIGURE_ENV+= LIBS="-L${X11BASE}/lib -lxpg4"
.endif
USE_GMAKE= yes
USE_X_PREFIX= yes