From bc28f001dcbbaf4de2c765215875ac1a80c94140 Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Sat, 20 Feb 2010 14:40:17 +0000 Subject: [PATCH] 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: --- graphics/hugin/Makefile | 8 ++++---- 1 file 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 +.if ${OSVERSION} < 700000 +USE_GCC= 4.4+ +.endif + .if defined(WITH_PANOMATIC) RUN_DEPENDS+= panomatic:${PORTSDIR}/graphics/panomatic .endif