diff options
author | reed <reed> | 2005-02-11 21:59:18 +0000 |
---|---|---|
committer | reed <reed> | 2005-02-11 21:59:18 +0000 |
commit | 623431fcac30306808d31c618cade95515ccbc3b (patch) | |
tree | 5ef84afc1762b6223095a74d0335cedf35be5931 /x11/Xaw3d | |
parent | 32e7dfc7c8a53088b977c2d56ddff232fbb610ca (diff) | |
download | pkgsrc-623431fcac30306808d31c618cade95515ccbc3b.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/Makefile | 4 |
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" |