summaryrefslogtreecommitdiff
path: root/sysutils/xosview/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1998-03-18 13:42:15 +0000
committeragc <agc@pkgsrc.org>1998-03-18 13:42:15 +0000
commit868c6db9c6c2a5fa0d8f834c9a4383c4ed97b75b (patch)
treef10f9083df24385678a9cc93eeebdb8df53ebbe2 /sysutils/xosview/Makefile
parentb0f37c43985e03db5218926e78a6d6dffe71779b (diff)
downloadpkgsrc-868c6db9c6c2a5fa0d8f834c9a4383c4ed97b75b.tar.gz
Patches from Mario Kemper to make xosview work with UVM.
Munged around by me to: + make it work with old VM as well as UVM. + cut down the context in two of the patches to miss out Id strings.
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r--sysutils/xosview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile
index 2624205bfbf..546dff3b7c0 100644
--- a/sysutils/xosview/Makefile
+++ b/sysutils/xosview/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Oct 24 10:03:55 BST 1997
# Whom: Alistair Crooks (agc@netbsd.org)
#
-# $NetBSD: Makefile,v 1.7 1998/02/11 08:10:16 tron Exp $
+# $NetBSD: Makefile,v 1.8 1998/03/18 13:42:15 agc Exp $
#
DISTNAME= xosview-1.5.1
@@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
USE_X11= yes
MAN1= xosview.1
+MAKE_ENV+= UVM=${UVM}
MAKE_FLAGS= ARCH=${ARCH} -f
.include <bsd.port.mk>