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