diff options
author | agc <agc@pkgsrc.org> | 1997-11-13 15:52:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-13 15:52:36 +0000 |
commit | 11a4a855e25f451b87707e18239ee639fd7622cd (patch) | |
tree | 037ec8cab4b5d955564432a678ad10e6259de1c7 /sysutils/xosview/Makefile | |
parent | daa54004e52873e28b4eb25379d22b71288cd70c (diff) | |
download | pkgsrc-11a4a855e25f451b87707e18239ee639fd7622cd.tar.gz |
Update for version 1.5.0
Use native make, rather than GNU make (new in 1.5.0).
Diffstat (limited to 'sysutils/xosview/Makefile')
-rw-r--r-- | sysutils/xosview/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile index 7ae9a4abb15..b755fed5892 100644 --- a/sysutils/xosview/Makefile +++ b/sysutils/xosview/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.2 1997/10/24 15:12:12 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/11/13 15:52:36 agc Exp $ # New ports collection makefile for: xosview -# Version required: 1.4.4beta +# Version required: 1.5.0 # Date created: Fri Oct 24 10:03:55 BST 1997 # Whom: Alistair Crooks (agc@netbsd.org) # -DISTNAME= xosview-1.4.4beta +DISTNAME= xosview-1.5.0 CATEGORIES= sysutils MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ MAINTAINER= bgrayson@ece.utexas.edu GNU_CONFIGURE= yes -USE_GMAKE= yes USE_X11= yes MAN1= xosview.1 |