diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-07 15:18:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-04-07 15:18:30 +0000 |
commit | 545ca687ad3dc17c32e3909a8cf03c4deb33b2a4 (patch) | |
tree | f4a62d22c63e970b351209ffe683bde01507d1d7 | |
parent | Support NOPORTDOCS. (diff) |
fix build error on RELENG_4
Reported by: Quincey Koziol <koziol@ncsa.uiuc.edu>
Notes
Notes:
svn path=/head/; revision=78522
-rw-r--r-- | astro/xplanet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 8552c8d249b9..8cf7f3f49f31 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ netpbm.1:${PORTSDIR}/graphics/netpbm USE_X_PREFIX= yes +USE_GCC= 3.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-map-extension=jpg --with-freetype --with-gif \ --with-png --with-pnm --with-tiff |