summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorriastradh <riastradh@pkgsrc.org>2013-01-19 20:23:33 +0000
committerriastradh <riastradh@pkgsrc.org>2013-01-19 20:23:33 +0000
commitbf0fd3e9a73bf24d641d82737e8def4e94fef8bc (patch)
tree29b97d8daed2274888ecb031958aac5ae6f6b8ae /finance
parent00ee4c6469333de45e8457d32670ecf34ab1b07b (diff)
downloadpkgsrc-bf0fd3e9a73bf24d641d82737e8def4e94fef8bc.tar.gz
Add missing buildlink3s implied by openmotif but not lesstif.
Diffstat (limited to 'finance')
-rw-r--r--finance/xquote/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile
index cf4a9cf9595..9c4f75f33bf 100644
--- a/finance/xquote/Makefile
+++ b/finance/xquote/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2012/10/03 16:10:14 asau Exp $
+# $NetBSD: Makefile,v 1.21 2013/01/19 20:23:34 riastradh Exp $
DISTNAME= xquote-2.6.10
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= finance x11
MASTER_SITES= http://xinvest.sunsite.dk/
@@ -15,7 +15,11 @@ NO_INSTALL_MANPAGES= YES
# needs a symbol that appeared after 4.9.1
BUILDLINK_API_DEPENDS.Xbae+= Xbae>=4.50
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/Xbae/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"