summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-06-05 02:41:09 +0000
committerobache <obache@pkgsrc.org>2014-06-05 02:41:09 +0000
commit63ade58281e11bcbf0044727947995a0fef26a73 (patch)
tree6f0b089ed6007a28b7163b950fa0bc6f60431978 /devel
parent4eb02d9ce6e22096cc4f4e71bafe77f33947f161 (diff)
downloadpkgsrc-63ade58281e11bcbf0044727947995a0fef26a73.tar.gz
Fixes missing override of pc file.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/libelf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libelf/Makefile b/devel/libelf/Makefile
index e370132d2b4..9943820699e 100644
--- a/devel/libelf/Makefile
+++ b/devel/libelf/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2012/10/31 11:17:12 asau Exp $
+# $NetBSD: Makefile,v 1.17 2014/06/05 02:41:09 obache Exp $
#
DISTNAME= libelf-0.8.13
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.mr511.de/software/
@@ -17,6 +18,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoconf
+PKGCONFIG_OVERRIDE+= libelf.pc.in
+
pre-configure:
(cd ${WRKSRC} && autoconf)