diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-12-22 18:55:51 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-12-22 18:55:51 +0000 |
commit | 1e10c78af8e81897c57a7a70701b9b23588e02ea (patch) | |
tree | 78c23872ec6c6c089b860af75ba344e31c3e8df1 /math/abs/Makefile | |
parent | df8e510c9e27645f87745123a3604171afe78a42 (diff) | |
download | pkgsrc-1e10c78af8e81897c57a7a70701b9b23588e02ea.tar.gz |
Update abs to 0.5, provided in pr 6635 by Rene Hexel.
Diffstat (limited to 'math/abs/Makefile')
-rw-r--r-- | math/abs/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/abs/Makefile b/math/abs/Makefile index 18cf7f5bd03..7794b6ab71c 100644 --- a/math/abs/Makefile +++ b/math/abs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 12:33:18 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/22 18:55:51 frueauf Exp $ # -DISTNAME= abs-src-0.4 -PKGNAME= abs-0.4 +DISTNAME= abs-src-0.5 +PKGNAME= abs-0.5 CATEGORIES= math x11 MASTER_SITES= http://www.ping.be/bertin/ @@ -11,6 +11,8 @@ HOMEPAGE= http://www.ping.be/bertin/abs.shtml DEPENDS+= xpm-3.4k:../../graphics/xpm +CONFLICTS= abs-0.4 + USE_X11= yes do-install: |