summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2005-04-14 07:33:38 +0000
committertron <tron@pkgsrc.org>2005-04-14 07:33:38 +0000
commitc45727a673f5425803e395cede2ea0b57b6af009 (patch)
treef7e172d0ad01ba4bb14233aa5ac1f78d770b08d0 /x11
parentd95dbc747c9adb6af46d365c18cc599e6deac359 (diff)
downloadpkgsrc-c45727a673f5425803e395cede2ea0b57b6af009.tar.gz
Define "BUILD_TARGET" so that "Xcb.ad" really gets built.
Diffstat (limited to 'x11')
-rw-r--r--x11/xcb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xcb/Makefile b/x11/xcb/Makefile
index e75bb041342..38279a156c4 100644
--- a/x11/xcb/Makefile
+++ b/x11/xcb/Makefile
@@ -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 @@ HOMEPAGE= http://www.goof.com/pcg/marc/xcb.html
COMMENT= Extensible, multiple cut buffers for X
USE_IMAKE= YES
+BUILD_TARGET= all Xcb.ad
.include "../../mk/bsd.pkg.mk"