diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-04-07 15:18:30 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-04-07 15:18:30 +0000 |
commit | d230be355c220d81f0e972ae583e31783d4bc01e (patch) | |
tree | 95550b7be682c8442879d3eafb6c834ec29fc9a6 /astro | |
parent | 6e82170d1cf5a557366de5021e3bcc69dc33ee80 (diff) | |
download | FreeBSD-ports-d230be355c220d81f0e972ae583e31783d4bc01e.zip FreeBSD-ports-d230be355c220d81f0e972ae583e31783d4bc01e.tar.gz |
fix build error on RELENG_4
Reported by: Quincey Koziol <koziol@ncsa.uiuc.edu>
Diffstat (limited to 'astro')
-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 8552c8d..8cf7f3f 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 |