diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-26 08:23:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-26 08:23:11 +0000 |
commit | 59c23f87f0010ccaa46258b30228f131540cad8c (patch) | |
tree | b2f66f0fb40aecaa486858603dc314f105fc3e69 /x11 | |
parent | ad5ae9a427788beb3e146e1bd5cf1768ea67c522 (diff) | |
download | ports-59c23f87f0010ccaa46258b30228f131540cad8c.tar.gz ports-59c23f87f0010ccaa46258b30228f131540cad8c.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wdm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index f8bfde10d380..49b88b8436aa 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -7,7 +7,7 @@ PORTNAME= wdm PORTVERSION= 1.28 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 windowmaker MASTER_SITES= http://voins.program.ru/wdm/:wdm \ http://wolfram.schneider.org/bsd/gif/bsd/:pic_large \ @@ -26,6 +26,7 @@ LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker NOT_FOR_ARCHS= sparc64 +USE_XORG= x11 xmu USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |