diff options
author | joerg <joerg> | 2014-12-10 14:02:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-12-10 14:02:31 +0000 |
commit | 4dc3202c9e9e66dae86d83fb2778b7f5a39c219c (patch) | |
tree | ddbd6b94b87a655f5c934fee586e4aaad9f6fae7 /x11/wxGTK30 | |
parent | 003ab53e7f00adb224715e2d4a7013d1d67cae32 (diff) | |
download | pkgsrc-4dc3202c9e9e66dae86d83fb2778b7f5a39c219c.tar.gz |
Add explicit dependency to ensure relinking is done in the correct
order.
Diffstat (limited to 'x11/wxGTK30')
-rw-r--r-- | x11/wxGTK30/Makefile | 5 |
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 \ |