summaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-01-12 20:29:10 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-01-12 20:29:10 +0000
commite4401aa534b19f9b251d1d97c64303da7d1279bc (patch)
tree78798843d4b320d5ed6222ec55ddae6be2b6a438 /x11/wdm
parentUse MASTER_SITE_SOURCEFORGE. (diff)
- Fix breakage under new location where WINGs headers are installed
(after Window Maker 0.63.1) PR: 24289 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=37150
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index cd902164918a..dc253f9dbcff 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -20,7 +20,7 @@ LIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker
DIST_SUBDIR= wdm
USE_X_PREFIX= yes
USE_AUTOMAKE= yes
-AUTOMAKE= automake -a -i
+AUTOMAKE_ARGS= --include-deps
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-DCSRG_BASED -DHAS_SETUSERCONTEXT" \
LIBS="-L${LOCALBASE}/lib ${LIBPAM}"
@@ -28,6 +28,8 @@ CONFIGURE_ARGS= --with-logdir=/var/log \
--with-runlockdir=/var/run \
--with-wdmdir=${PREFIX}/lib/X11/wdm \
--with-Logo=Earth200x130.xpm \
+ --with-gfx-incs=${X11BASE}/include/WINGs \
+ --with-gfx-libs=${X11BASE}/lib \
--with-defuserpath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin:${LOCALBASE}/bin \
--with-defsystempath=/bin:/usr/bin:/sbin:/usr/sbin:${X11BASE}/bin \
--with-wmlist=wmaker:afterstep:blackbox:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm
@@ -41,7 +43,7 @@ CONFIGURE_ARGS+= --enable-pam
LIBPAM= -lpam
.endif
-pre-fetch:
+pre-everything:
.if !defined(WITH_PAM)
@${ECHO_MSG} "To build this port with PAM support, define \"WITH_PAM\"."
.endif