aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/hugin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile
index 5bc76c9d4a88..1487f21ad707 100644
--- a/graphics/hugin/Makefile
+++ b/graphics/hugin/Makefile
@@ -44,10 +44,6 @@ USE_WX= 2.8+
USE_GETTEXT= yes
-.if ${OSVERSION} < 700000
-USE_GCC= 4.4+
-.endif
-
MAN1= \
PTBatcherGUI.1 \
align_image_stack.1 \
@@ -88,6 +84,10 @@ post-configure:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+USE_GCC= 4.4+
+.endif
+
.if defined(WITH_PANOMATIC)
RUN_DEPENDS+= panomatic:${PORTSDIR}/graphics/panomatic
.endif