summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorriastradh <riastradh>2013-01-19 21:04:43 +0000
committerriastradh <riastradh>2013-01-19 21:04:43 +0000
commitbaa64d19eb384172317d96b085f7853612641a6d (patch)
treeb6d4563e30aaced4a41c04d4d4842c24c4334351 /graphics
parentbf6ff369dae0173dbd436044ccadcafd0ff7b856 (diff)
downloadpkgsrc-baa64d19eb384172317d96b085f7853612641a6d.tar.gz
Add missing buildlink3s implied by openmotif but not lesstif.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pixmap/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile
index 040db9c1e98..b8c4cf09740 100644
--- a/graphics/pixmap/Makefile
+++ b/graphics/pixmap/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2012/10/06 14:11:14 asau Exp $
+# $NetBSD: Makefile,v 1.35 2013/01/19 21:04:43 riastradh Exp $
DISTNAME= pixmap2.6
PKGNAME= pixmap-2.6.4
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/pixmap/}
@@ -38,7 +38,10 @@ SUBST_VARS.rgb= RGBTXT
post-extract:
rm -rf ${WRKSRC}/X11
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXmu/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/motif.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"