diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
commit | 5630c41356f875d7bfe1774adea0ea160917a3ee (patch) | |
tree | 48b3195c505f0c48c6098bc0d627477188a674f9 /math/galculator | |
parent | a79d8f5a66265012f2c7837918e3df2d36fc4ca2 (diff) | |
download | pkgsrc-5630c41356f875d7bfe1774adea0ea160917a3ee.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'math/galculator')
-rw-r--r-- | math/galculator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index cebce9eac7b..56e763a716b 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2006/07/19 10:08:12 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2007/09/21 13:03:58 wiz Exp $ # DISTNAME= galculator-1.2.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=galculator/} @@ -15,5 +15,5 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake msgfmt pkg-config intltool .include "../../x11/gtk2/buildlink3.mk" -.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/libglade/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |