pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xcb Define "BUILD_TARGET" so that "Xcb.ad" really ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53a8c5d273c2
branches:  trunk
changeset: 492501:53a8c5d273c2
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Apr 14 07:33:38 2005 +0000

description:
Define "BUILD_TARGET" so that "Xcb.ad" really gets built.

diffstat:

 x11/xcb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 8259001b60b4 -r 53a8c5d273c2 x11/xcb/Makefile
--- a/x11/xcb/Makefile  Thu Apr 14 07:28:40 2005 +0000
+++ b/x11/xcb/Makefile  Thu Apr 14 07:33:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:56:51 grant Exp $
+# $NetBSD: Makefile,v 1.7 2005/04/14 07:33:38 tron Exp $
 
 DISTNAME=      xcb-2.3i
 PKGNAME=       xcb-2.3.9
@@ -11,5 +11,6 @@
 COMMENT=       Extensible, multiple cut buffers for X
 
 USE_IMAKE=     YES
+BUILD_TARGET=  all Xcb.ad
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index