summaryrefslogtreecommitdiff
path: root/x11/wxGTK30
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-10 14:02:31 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-10 14:02:31 +0000
commit298596c2d555d2da9922fc74ad7c56574970974c (patch)
treeddbd6b94b87a655f5c934fee586e4aaad9f6fae7 /x11/wxGTK30
parent03231dd76c97612cb959a706712a154961f5d2c3 (diff)
downloadpkgsrc-298596c2d555d2da9922fc74ad7c56574970974c.tar.gz
Add explicit dependency to ensure relinking is done in the correct
order.
Diffstat (limited to 'x11/wxGTK30')
-rw-r--r--x11/wxGTK30/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/wxGTK30/Makefile b/x11/wxGTK30/Makefile
index 0f7fda260bd..696db0d7524 100644
--- a/x11/wxGTK30/Makefile
+++ b/x11/wxGTK30/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/09/19 08:35:41 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2014/12/10 14:02:32 joerg Exp $
VERSION= 3.0.1
PKGREVISION= 3
@@ -60,6 +60,9 @@ PLIST_VARS+= notdarwin
PLIST.notdarwin= yes
.endif
+post-configure:
+ echo 'install_qadll: install_xmldll' >> ${WRKSRC}/Makefile
+
post-build:
set -e; cd ${WRKSRC}/locale; \
for lang in *.po; do \