summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2009-08-02 10:58:58 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2009-08-02 10:58:58 +0000
commitaf509f97c92ef8cecd1471fbd766809e32f90b83 (patch)
tree443b865f80d745827065a391daaee13610084f36 /lang
parentMark BROKEN: leaves files behind after deinstallation. (diff)
- Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly)
PR: ports/136992 Submitted by: Andrey Zonov <andrey.zonov AT gmail.com>
Notes
Notes: svn path=/head/; revision=238767
Diffstat (limited to 'lang')
-rw-r--r--lang/python26/Makefile1
-rw-r--r--lang/python27/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 471c86118f27..dcfd155e23ac 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -66,7 +66,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-setup.py
SEM_MSG= ""
.else
IGNORE= POSIX semaphore support only works in FreeBSD 7-STABLE and later
-.
.endif # ${OSVERSION} >= 701106
.else # !defined(WITH_SEM)
SEM_MSG= "@comment "
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 471c86118f27..dcfd155e23ac 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -66,7 +66,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-setup.py
SEM_MSG= ""
.else
IGNORE= POSIX semaphore support only works in FreeBSD 7-STABLE and later
-.
.endif # ${OSVERSION} >= 701106
.else # !defined(WITH_SEM)
SEM_MSG= "@comment "