summaryrefslogtreecommitdiff
path: root/x11/xcb
diff options
context:
space:
mode:
authortron <tron>2005-04-14 07:33:38 +0000
committertron <tron>2005-04-14 07:33:38 +0000
commitc04f19f0e351d4c1609d899be905f0585e452583 (patch)
treef7e172d0ad01ba4bb14233aa5ac1f78d770b08d0 /x11/xcb
parente01acaf6b124537b61f77c3cdbe9bd35865a9813 (diff)
downloadpkgsrc-c04f19f0e351d4c1609d899be905f0585e452583.tar.gz
Define "BUILD_TARGET" so that "Xcb.ad" really gets built.
Diffstat (limited to 'x11/xcb')
-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"