summaryrefslogtreecommitdiff
path: root/graphics/hugin
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2010-02-20 14:40:17 +0000
committerVasil Dimov <vd@FreeBSD.org>2010-02-20 14:40:17 +0000
commitbc28f001dcbbaf4de2c765215875ac1a80c94140 (patch)
tree21284da323ffed15ae65dc5c07fb80227f207c33 /graphics/hugin
parentgraphics/hugin: (diff)
Use ${OSVERSION} after including bsd.port.pre.mk
Feature safe: yes PR: Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Security: Feature safe:
Notes
Notes: svn path=/head/; revision=250092
Diffstat (limited to 'graphics/hugin')
-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