diff options
author | obache <obache> | 2014-06-05 02:41:09 +0000 |
---|---|---|
committer | obache <obache> | 2014-06-05 02:41:09 +0000 |
commit | cb15324347edfc5b2b78c844ac8f5c54756c2356 (patch) | |
tree | 6f0b089ed6007a28b7163b950fa0bc6f60431978 | |
parent | eea99a52dc1250f206273df872f36246b33e9a15 (diff) | |
download | pkgsrc-cb15324347edfc5b2b78c844ac8f5c54756c2356.tar.gz |
Fixes missing override of pc file.
Bump PKGREVISION.
-rw-r--r-- | devel/libelf/Makefile | 5 |
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) |