summaryrefslogtreecommitdiff
path: root/comms/openobex
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-12-19 18:09:23 +0000
committerwiz <wiz@pkgsrc.org>2006-12-19 18:09:23 +0000
commitd50c076f9a35b9a7ee20d8f3ee3ac56ad105821f (patch)
treed5ae9210774b36441dd01772550013dd80759618 /comms/openobex
parentd3016d870295a793f924e31babaef618af28bac2 (diff)
downloadpkgsrc-d50c076f9a35b9a7ee20d8f3ee3ac56ad105821f.tar.gz
Fix PKGCONFIG_OVERRIDE file, bump PKGREVISION.
Diffstat (limited to 'comms/openobex')
-rw-r--r--comms/openobex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile
index 9b7a5d38fa1..e6e147d352d 100644
--- a/comms/openobex/Makefile
+++ b/comms/openobex/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2006/10/04 20:51:40 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2006/12/19 18:09:23 wiz Exp $
#
DISTNAME= openobex-1.3
+PKGREVISION= 1
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openobex/}
@@ -13,7 +14,7 @@ GNU_CONFIGURE= yes
USE_TOOLS+= autoconf gmake pkg-config
USE_LIBTOOL= yes
-PKGCONFIG_OVERRIDE= openobex-config.in
+PKGCONFIG_OVERRIDE= openobex.pc.in
.include "../../mk/bsd.prefs.mk"