diff options
author | tron <tron@pkgsrc.org> | 1998-05-29 17:57:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-05-29 17:57:29 +0000 |
commit | 55f68f813be1321dbe25634985b9abadcfe8ed27 (patch) | |
tree | cc9ece2d74f4a7bddfa99d6985c7db9ad627f28d /sysutils/xosview/Makefile | |
parent | ea657a401acdd100b807fc2cc7cf086a1f56ec36 (diff) | |
download | pkgsrc-55f68f813be1321dbe25634985b9abadcfe8ed27.tar.gz |
Update xosview to 1.6.0 using patches supplied by Brian Grayson, fixes
PR pkg/5461.
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 1453bfc7e5d..fae17f9a035 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/05/18 09:07:32 tron Exp $ +# $NetBSD: Makefile,v 1.12 1998/05/29 17:57:29 tron Exp $ # DISTNAME= xosview-1.6.0 @@ -8,7 +8,8 @@ MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/ \ MAINTAINER= bgrayson@ece.utexas.edu -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} USE_X11= yes MAN1= xosview.1 |