diff options
author | joerg <joerg@pkgsrc.org> | 2015-04-24 11:23:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-04-24 11:23:05 +0000 |
commit | 625e841a458fe586afb642e456907ec386604542 (patch) | |
tree | da0aa3b58c5cd254b27c5628320aabef60891657 /www/midori/Makefile | |
parent | 179485477686891b109448f77f444f03e34b0c71 (diff) | |
download | pkgsrc-625e841a458fe586afb642e456907ec386604542.tar.gz |
Fix ambiguity between glib and gtk vala binding.
Diffstat (limited to 'www/midori/Makefile')
-rw-r--r-- | www/midori/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index db0b581689b..be44d76e2b5 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2015/04/06 08:17:40 adam Exp $ +# $NetBSD: Makefile,v 1.79 2015/04/24 11:23:05 joerg Exp $ DISTNAME= midori_0.5.9_all_ PKGNAME= ${DISTNAME:S/_all_//:S/_/-/} @@ -42,6 +42,9 @@ CONF_FILES+= ${EGDIR}/extensions/adblock/config \ CONFIGURE_ENV= VALAC=${VALAC} +pre-configure: + ${RM} ${WRKSRC}/extensions/history-list.vala.orig + .include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libidn/buildlink3.mk" |