diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /x11/wdm | |
parent | a4da4776f1822761dc6ede9613d669b718644578 (diff) | |
download | ports-077a58f032efc81c06a5c627cf14888c6eee37d9.tar.gz ports-077a58f032efc81c06a5c627cf14888c6eee37d9.zip |
Notes
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 0f371c7f5994..f8bfde10d380 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -7,7 +7,7 @@ PORTNAME= wdm PORTVERSION= 1.28 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 windowmaker MASTER_SITES= http://voins.program.ru/wdm/:wdm \ http://wolfram.schneider.org/bsd/gif/bsd/:pic_large \ @@ -27,7 +27,6 @@ LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker NOT_FOR_ARCHS= sparc64 USE_BZIP2= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ |