[Midnightbsd-cvs] mports [15646] trunk/lang/python31/Makefile: force depends on port ffi
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Dec 2 16:40:35 EST 2013
Revision: 15646
http://svnweb.midnightbsd.org/mports/?rev=15646
Author: laffer1
Date: 2013-12-02 16:40:35 -0500 (Mon, 02 Dec 2013)
Log Message:
-----------
force depends on port ffi
Modified Paths:
--------------
trunk/lang/python31/Makefile
Modified: trunk/lang/python31/Makefile
===================================================================
--- trunk/lang/python31/Makefile 2013-12-02 21:36:58 UTC (rev 15645)
+++ trunk/lang/python31/Makefile 2013-12-02 21:40:35 UTC (rev 15646)
@@ -2,7 +2,7 @@
PORTNAME= python31
PORTVERSION= 3.1.5
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= lang python ipv6
MASTER_SITES= ${PYTHON_MASTER_SITES}
MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR}
@@ -9,7 +9,8 @@
DISTFILES= ${PYTHON_DISTFILE}
MAINTAINER= ports at MidnightBSD.org
-COMMENT= An interpreted object-oriented programming language
+COMMENT= Interpreted object-oriented programming language
+
LICENSE= python
DIST_SUBDIR= python
@@ -104,10 +105,7 @@
CONFIGURE_ARGS+= --disable-ipv6
.endif
-CONFIGURE_ARGS+= --with-system-ffi
-.if ${ARCH} != i386
-LIB_DEPENDS+= ffi.5:${PORTSDIR}/devel/libffi
-.endif
+LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi
.if defined(WITH_FPECTL)
CONFIGURE_ARGS+= --with-fpectl
More information about the Midnightbsd-cvs
mailing list