diff options
author | Doug Barton <dougb@FreeBSD.org> | 2004-11-21 20:38:20 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2004-11-21 20:38:20 +0000 |
commit | d8da94329434cb29f71e7a3489f3bf024e17e354 (patch) | |
tree | 21b57fbb287b7108ff09f9295f9b9e2726f9ea3c /x11/wdm | |
parent | d3b82684425a72de6e5d648df53a2b9d9fcf55e7 (diff) | |
download | ports-d8da94329434cb29f71e7a3489f3bf024e17e354.tar.gz ports-d8da94329434cb29f71e7a3489f3bf024e17e354.zip |
Notes
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index ee237c902a15..9992246970fc 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -28,7 +28,7 @@ USE_X_PREFIX= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ DEF_SERVER="${DEF_SERVER}" CONFIGURE_ARGS= --with-logdir=/var/log \ --with-runlockdir=/var/run \ |