diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-03-30 21:08:30 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-03-30 21:08:30 +0000 |
commit | fc12cc7553dd6a28c6fcccc0cc12cd4bdf641162 (patch) | |
tree | 84df2cf915f15ca4942978e4c23d30e0e5131764 /sysutils | |
parent | 72f68dc0f98d91bdaebddde988b2dbb5d948ca17 (diff) | |
download | pkgsrc-fc12cc7553dd6a28c6fcccc0cc12cd4bdf641162.tar.gz |
Make this build after bl3 were made default.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xuvmstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xuvmstat/Makefile b/sysutils/xuvmstat/Makefile index 5700d9abb98..6d750306887 100644 --- a/sysutils/xuvmstat/Makefile +++ b/sysutils/xuvmstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:26:16 agc Exp $ +# $NetBSD: Makefile,v 1.11 2005/03/30 21:08:30 kristerw Exp $ # DISTNAME= ${PKGNAME:S/-//} @@ -10,7 +10,7 @@ MAINTAINER= wiz@NetBSD.org COMMENT= Graphical display for the current UVM status WRKSRC= ${WRKDIR}/xuvmstat -MAKE_ENV+= X11BASE=${X11BASE} +USE_X11= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xuvmstat ${PREFIX}/bin |