diff options
author | tron <tron@pkgsrc.org> | 2001-07-01 11:01:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-01 11:01:45 +0000 |
commit | 2b65b793afd8f779ed4c8e579f4df76798ceeb14 (patch) | |
tree | 9eb1da013214b7d87a156af7822afcde3c732ea9 /math/guppi/Makefile | |
parent | 9d75d7083e0702a9e7355cdbcee3391709be2c9f (diff) | |
download | pkgsrc-2b65b793afd8f779ed4c8e579f4df76798ceeb14.tar.gz |
Fix "libguppiConf.sh" so that linking of applications with the "guppi"
libraries actually works. Bump version number to 0.35.5nb1.
Diffstat (limited to 'math/guppi/Makefile')
-rw-r--r-- | math/guppi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 93fe95672c1..28acf05658b 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 00:05:50 tron Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/01 11:01:45 tron Exp $ DISTNAME= Guppi-0.35.5 -PKGNAME= guppi-0.35.5 +PKGNAME= guppi-0.35.5nb1 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/Guppi/} EXTRACT_SUFX= .tar.bz2 |