diff options
author | joerg <joerg> | 2006-06-29 23:48:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-06-29 23:48:24 +0000 |
commit | 0442f12426270722e28e50e6ad2f895e826d5246 (patch) | |
tree | 580e36dc243eab2f3673660a0148287e97afeb1b | |
parent | f0b63794076bd5e4d2c98b5fc068d6ec03d748a6 (diff) | |
download | pkgsrc-0442f12426270722e28e50e6ad2f895e826d5246.tar.gz |
Needs pkg-config.
-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" |