summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2014-06-05 02:41:09 +0000
committerobache <obache>2014-06-05 02:41:09 +0000
commitcb15324347edfc5b2b78c844ac8f5c54756c2356 (patch)
tree6f0b089ed6007a28b7163b950fa0bc6f60431978
parenteea99a52dc1250f206273df872f36246b33e9a15 (diff)
downloadpkgsrc-cb15324347edfc5b2b78c844ac8f5c54756c2356.tar.gz
Fixes missing override of pc file.
Bump PKGREVISION.
-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)