diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-06 05:04:23 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-06 05:04:23 +0000 |
commit | 8bc5cf4597a0864f2024f75c4b43499466ce545a (patch) | |
tree | 7e1701bb7588144416b9ea47e426873727960bf0 /math | |
parent | 236d3a6e9d34731e7f789d7c1595beac505b8ac5 (diff) | |
download | pkgsrc-8bc5cf4597a0864f2024f75c4b43499466ce545a.tar.gz |
Oops, fix thinko in previous. The disturbing part is how much stuff this
baloney *didn't* break.
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool-gtk3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gcalctool-gtk3/Makefile b/math/gcalctool-gtk3/Makefile index e078c305074..5b1c5ff4ff6 100644 --- a/math/gcalctool-gtk3/Makefile +++ b/math/gcalctool-gtk3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/07/06 04:30:49 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2012/07/06 05:04:23 dholland Exp $ # DISTNAME= gcalctool-6.4.2.1 @@ -21,7 +21,7 @@ USE_LIBTOOL= yes USE_TOOLS+= bison gmake gsed intltool flex msgfmt pkg-config USE_PKGLOCALEDIR= yes -DEPENDS+= itstool-[0-9]*:../../textproc/itstool/buildlink3.mk +DEPENDS+= itstool-[0-9]*:../../textproc/itstool .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../devel/glib2/schemas.mk" |