aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-traits/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-traits/Makefile')
-rw-r--r--devel/py-traits/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/py-traits/Makefile b/devel/py-traits/Makefile
index 91a0b0971b27..7473dadc3c78 100644
--- a/devel/py-traits/Makefile
+++ b/devel/py-traits/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= traits
-PORTVERSION= 4.5.0
+PORTVERSION= 4.6.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,11 +18,4 @@ BUILD_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= distutils autoplist
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-post-extract:
-# Remove traits/testing directory files are not compatible with Python 3
- cd ${WRKSRC} && ${RM} -R traits/testing/
-
.include <bsd.port.mk>