summaryrefslogtreecommitdiff
path: root/x11/Xaw3d
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-02-11 21:59:18 +0000
committerreed <reed@pkgsrc.org>2005-02-11 21:59:18 +0000
commitb59d6329d4ddf4c42c36f839ac8847f32d3828ac (patch)
tree5ef84afc1762b6223095a74d0335cedf35be5931 /x11/Xaw3d
parentb4d0a73c7a706e0d7b9416226a3578a6059c3342 (diff)
downloadpkgsrc-b59d6329d4ddf4c42c36f839ac8847f32d3828ac.tar.gz
This uses libXpm so include buildlink for it.
And bump PKGREVISION just in case the builtin.mk mechanism makes it depend on graphics/xpm package. (No maintainer for this Xaw3d package.)
Diffstat (limited to 'x11/Xaw3d')
-rw-r--r--x11/Xaw3d/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
index a9baae31965..2ffcd65ec70 100644
--- a/x11/Xaw3d/Makefile
+++ b/x11/Xaw3d/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2004/03/11 16:19:03 xtraeme Exp $
+# $NetBSD: Makefile,v 1.38 2005/02/11 21:59:18 reed Exp $
#
DISTNAME= Xaw3d-1.5
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=widgets/Xaw3d/R6.3/}
@@ -36,4 +37,5 @@ post-install:
.endif
cd ${PREFIX} && ${LS} lib/libXaw3d* >>${PLIST_SRC}
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"