diff options
author | Soeren Straarup <xride@FreeBSD.org> | 2008-04-03 21:13:01 +0000 |
---|---|---|
committer | Soeren Straarup <xride@FreeBSD.org> | 2008-04-03 21:13:01 +0000 |
commit | 21c1e8d32946e4f29718edbf36b5fc9f8ff1b37a (patch) | |
tree | 636d2cdbe62215f68bce5eadea5af861a59a42c8 | |
parent | Document move of qemu's tuntap scripts from /etc to ${PREFIX}/etc (diff) |
Added USE_GMAKE
PR: ports/122384
Submitted by: "Pietro Cerutti" <gahr FreeBSD.org>
-rw-r--r-- | sysutils/wmmemload/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/wmmemload/Makefile b/sysutils/wmmemload/Makefile index 176abb4cfda6..8f366c7b047d 100644 --- a/sysutils/wmmemload/Makefile +++ b/sysutils/wmmemload/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmmemload PORTVERSION= 0.1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils windowmaker MASTER_SITES= http://markstaggs.net/wmmemload-download/ @@ -15,6 +15,7 @@ MAINTAINER= xride@FreeBSD.org COMMENT= An dockapp for windowmaker that displays the current mem/swap usage GNU_CONFIGURE= yes +USE_GMAKE= yes USE_XORG= xpm CONFIGURE_ARGS= --program-prefix="" |