diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2009-02-05 14:42:20 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2009-02-05 14:42:20 +0000 |
commit | bed8643504764f88877bfbc8260a17c968b778c0 (patch) | |
tree | db56577330a192484fb341d8079bbdc60afd9b2d /lang/kroc | |
parent | - add patch for artist lookup from wikipedia (diff) |
- Fix build after X.org upgrade by adding USE_XORG with the required
components (these components came in via libGLU before, but its
dependencies changed with the X.org upgrade).
Notes
Notes:
svn path=/head/; revision=227670
Diffstat (limited to 'lang/kroc')
-rw-r--r-- | lang/kroc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/kroc/Makefile b/lang/kroc/Makefile index 1bf2f85a3b42..571b3b20355c 100644 --- a/lang/kroc/Makefile +++ b/lang/kroc/Makefile @@ -31,6 +31,7 @@ USE_PYTHON= yes USE_SDL= sdl sound USE_GNOME= libxslt USE_AUTOTOOLS= autoconf:262:env automake:110:env +USE_XORG= xmu xi MAN1= kmakef.1 kroc.1 mkoccdeps.1 occ21.1 occamdoc.1 MAN3= libconvert-inmos.3 libcourse-cycles.3 libcourse-nets.3 \ |