aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/hugin
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2010-02-20 22:40:17 +0800
committervd <vd@FreeBSD.org>2010-02-20 22:40:17 +0800
commitf1c57a9d1ba28c9b8bb997bfac729738774e56ab (patch)
tree2c58d263371f0d2229dff9cd1f2aa2122da7d3f1 /graphics/hugin
parent477cdcd07240d1bd7effc73e6f87c6582be7aa78 (diff)
downloadfreebsd-ports-gnome-f1c57a9d1ba28c9b8bb997bfac729738774e56ab.tar.gz
freebsd-ports-gnome-f1c57a9d1ba28c9b8bb997bfac729738774e56ab.tar.zst
freebsd-ports-gnome-f1c57a9d1ba28c9b8bb997bfac729738774e56ab.zip
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:
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