diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-04-13 18:17:34 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-04-13 18:17:34 +0000 |
commit | c389efb32bc3e927afcd3ee0aee5c3f231634847 (patch) | |
tree | f16215d698b0b1506f4671199a30aa5629e8366d | |
parent | Update to 1.1.1. (diff) |
Add USE_GCC295 for 3.x systems that need it to build.
PR: 36831
Submitted by: Julian C. Dunn <julian@dreaming.org>
Notes
Notes:
svn path=/head/; revision=57665
-rw-r--r-- | graphics/ImageMagick/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index c557208ce4ad..17100e49e032 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -42,6 +42,7 @@ LIB_DEPENDS= fpx:${PORTSDIR}/graphics/libfpx \ LIB_DEPENDS+= bz2:${PORTSDIR}/archivers/bzip2 .endif +USE_GCC295= yes USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes |