diff options
author | minskim <minskim> | 2004-02-12 02:32:49 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-12 02:32:49 +0000 |
commit | 10d0052f053d86a19523c1efbd5d7a4e4b5133ce (patch) | |
tree | d8f51c95b4007efbd9dd6126302ecc5391d216db /x11/gnome-mag | |
parent | db14b05ecdfa92241cb3b9ca1a9c55447e2b1ae4 (diff) | |
download | pkgsrc-10d0052f053d86a19523c1efbd5d7a4e4b5133ce.tar.gz |
Use pkgsrc intltool.
Diffstat (limited to 'x11/gnome-mag')
-rw-r--r-- | x11/gnome-mag/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-mag/Makefile b/x11/gnome-mag/Makefile index 849d2d12edb..b48e0dcb32c 100644 --- a/x11/gnome-mag/Makefile +++ b/x11/gnome-mag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/24 15:30:32 grant Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/12 02:32:49 minskim Exp $ # DISTNAME= gnome-mag-0.10.4 @@ -27,4 +27,5 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/gnome-mag-1.0.pc.in .include "../../devel/libbonobo/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" .include "../../devel/popt/buildlink2.mk" +.include "../../textproc/intltool/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |