diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-15 22:32:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-15 22:32:55 +0800 |
commit | c94b139ba849ee3b50090a509ce8ae226999de20 (patch) | |
tree | 573ae3592651d2009f2841a514fd09081cfb176d /sysutils | |
parent | b9967e2b8ef63f05a1aff77052b509222a995b08 (diff) | |
download | freebsd-ports-gnome-c94b139ba849ee3b50090a509ce8ae226999de20.tar.gz freebsd-ports-gnome-c94b139ba849ee3b50090a509ce8ae226999de20.tar.zst freebsd-ports-gnome-c94b139ba849ee3b50090a509ce8ae226999de20.zip |
add missing USE_XPM
Submitted by: MAINTAINER
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wmcpuload/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/wmcpuload/Makefile b/sysutils/wmcpuload/Makefile index 7fb3b31af9fc..4eb74f0462a7 100644 --- a/sysutils/wmcpuload/Makefile +++ b/sysutils/wmcpuload/Makefile @@ -20,6 +20,7 @@ ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_XPM= yes .ifndef(NOPORTDOCS) post-install: |