diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-05 00:09:34 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2004-12-05 00:09:34 +0000 |
commit | 64c84995a00c0650e3cc56483feeea8e25e9c2ea (patch) | |
tree | 4d08590ab3fcb84a73ab5e73cf8cc4dc0071f5fd /games/xbl/Makefile | |
parent | Update to 9.6. (diff) |
Add imake as build time dependency as configure script uses it (and it is
no longer available as run dependency for X11 libraries on which this port
already depends).
Pointed out by: dosirak via kris, while testing X.Org upgrade
Notes
Notes:
svn path=/head/; revision=123152
Diffstat (limited to 'games/xbl/Makefile')
-rw-r--r-- | games/xbl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xbl/Makefile b/games/xbl/Makefile index ac8542b54664..5033d95eee87 100644 --- a/games/xbl/Makefile +++ b/games/xbl/Makefile @@ -15,6 +15,8 @@ COMMENT= A 3D block-dropping game BROKEN= Missing dependency +BUILD_DEPENDS= imake:${X_IMAKE_PORT} + USE_X_PREFIX= yes GNU_CONFIGURE= yes MANN= xbl.n |