diff options
author | tnn <tnn> | 2009-04-16 19:08:07 +0000 |
---|---|---|
committer | tnn <tnn> | 2009-04-16 19:08:07 +0000 |
commit | 81528e7ddeeb5680186eecd718ba37a58df31ccf (patch) | |
tree | f6552c529fbccda5f88887cd3cc9dfa366d45c81 /x11/rep-gtk2 | |
parent | cc1e71510fe67265982a85902c69b5dbd3800d85 (diff) | |
download | pkgsrc-81528e7ddeeb5680186eecd718ba37a58df31ccf.tar.gz |
fix typo
Diffstat (limited to 'x11/rep-gtk2')
-rw-r--r-- | x11/rep-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rep-gtk2/Makefile b/x11/rep-gtk2/Makefile index 3eb0729c52d..62375bbfec6 100644 --- a/x11/rep-gtk2/Makefile +++ b/x11/rep-gtk2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/04/16 18:14:25 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2009/04/16 19:08:07 tnn Exp $ DISTNAME= rep-gtk-0.18.4 PKGNAME= rep-gtk2-0.18.4 @@ -17,7 +17,7 @@ CONFLICTS= rep-gtk-[0-9]* USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config -PKGCONFIG_OVERRIDE= rep-gtk.pc-in +PKGCONFIG_OVERRIDE= rep-gtk.pc.in .include "../../lang/librep/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |