diff options
author | tron <tron> | 2005-04-14 07:33:38 +0000 |
---|---|---|
committer | tron <tron> | 2005-04-14 07:33:38 +0000 |
commit | 77e0bcb5c9414db17c133f75322ddff37666de4e (patch) | |
tree | f7e172d0ad01ba4bb14233aa5ac1f78d770b08d0 /x11 | |
parent | a721be0d2329e32fafbe1284810c87d34845f4ce (diff) | |
download | pkgsrc-77e0bcb5c9414db17c133f75322ddff37666de4e.tar.gz |
Define "BUILD_TARGET" so that "Xcb.ad" really gets built.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb/Makefile | 3 |
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" |