1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

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:
This commit is contained in:
Vasil Dimov 2010-02-20 14:40:17 +00:00
parent 1e59f01f16
commit bc28f001dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250092

View File

@ -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