diff options
-rw-r--r-- | comms/gnome-pilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/gnome-pilot/Makefile b/comms/gnome-pilot/Makefile index 0cd836de5fa..a1f1b734fa1 100644 --- a/comms/gnome-pilot/Makefile +++ b/comms/gnome-pilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/06/22 10:18:09 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2006/06/29 23:48:24 joerg Exp $ # DISTNAME= gnome-pilot-2.0.12 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES -USE_TOOLS+= gmake msgfmt perl +USE_TOOLS+= gmake msgfmt perl pkg-config .include "../../devel/gettext-lib/buildlink3.mk" .include "../../comms/pilot-link-libs/buildlink3.mk" |