diff options
author | thierry <thierry@FreeBSD.org> | 2004-05-24 15:59:49 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-05-24 15:59:49 +0000 |
commit | 8781713e788306b01fc313c423ca3f3950ab38f9 (patch) | |
tree | 44b2e773d1cb6ecd0e32334a87cf543769808cc6 /textproc/stardict2/Makefile | |
parent | eef299b6eab92a68c6393396678f51fb76d6aa8f (diff) | |
download | FreeBSD-ports-8781713e788306b01fc313c423ca3f3950ab38f9.zip FreeBSD-ports-8781713e788306b01fc313c423ca3f3950ab38f9.tar.gz |
Unbreak on FreeBSD-4 by using gcc 3.3.
Approved by: maintainer
Reported by: Kris.
Diffstat (limited to 'textproc/stardict2/Makefile')
-rw-r--r-- | textproc/stardict2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index 46dfece..229f945 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/Makefile @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" USE_GMAKE= yes +USE_GCC= 3.3 USE_X_PREFIX= yes USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix libgnomeui |