diff options
author | riastradh <riastradh@pkgsrc.org> | 2013-01-19 21:04:43 +0000 |
---|---|---|
committer | riastradh <riastradh@pkgsrc.org> | 2013-01-19 21:04:43 +0000 |
commit | aabafb777884cc926c93f3474d98069f167ecb34 (patch) | |
tree | b6d4563e30aaced4a41c04d4d4842c24c4334351 | |
parent | 1fb0eff89fdc6fa6b804052163f5759de32c5c7a (diff) | |
download | pkgsrc-aabafb777884cc926c93f3474d98069f167ecb34.tar.gz |
Add missing buildlink3s implied by openmotif but not lesstif.
-rw-r--r-- | graphics/pixmap/Makefile | 7 |
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" |