diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2010-02-20 16:30:00 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2010-02-20 16:30:00 +0000 |
commit | 66431aff717d13760e3946e0d8582c72b0789d46 (patch) | |
tree | 9b3dfa59bf855b8a54eaabed00bf46dcf1d0372f /graphics | |
parent | 1194fd76b57f6ddb9b1b43e0eac705fb3dd626f1 (diff) | |
download | ports-66431aff717d13760e3946e0d8582c72b0789d46.tar.gz ports-66431aff717d13760e3946e0d8582c72b0789d46.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 1487f21ad707..dbdbdc6014f7 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -84,8 +84,9 @@ post-configure: .include <bsd.port.pre.mk> +# see the commit log message for Makefile rev 1.43 .if ${OSVERSION} < 700000 -USE_GCC= 4.4+ +USE_GCC= 4.2 .endif .if defined(WITH_PANOMATIC) |