pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/Xaw3d This uses libXpm so include buildlink for it.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76fac4a65d09
branches:  trunk
changeset: 488906:76fac4a65d09
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Feb 11 21:59:18 2005 +0000

description:
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:

 x11/Xaw3d/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r cb985cc8fe4c -r 76fac4a65d09 x11/Xaw3d/Makefile
--- a/x11/Xaw3d/Makefile        Fri Feb 11 18:07:50 2005 +0000
+++ b/x11/Xaw3d/Makefile        Fri Feb 11 21:59:18 2005 +0000
@@ -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 @@
 .endif
        cd ${PREFIX} && ${LS} lib/libXaw3d* >>${PLIST_SRC}
 
+.include "../../graphics/xpm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index