diff options
Diffstat (limited to 'math/ufc/Makefile')
-rw-r--r-- | math/ufc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ufc/Makefile b/math/ufc/Makefile index a7d47e060ba3..00b9a32154ae 100644 --- a/math/ufc/Makefile +++ b/math/ufc/Makefile @@ -2,7 +2,7 @@ PORTNAME= ufc PORTVERSION= ${MMVERSION}.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math python MASTER_SITES= http://launchpad.net/${PORTNAME}/${MMVERSION}.x/${PORTVERSION}/+download/ @@ -14,7 +14,7 @@ LIB_DEPENDS= libboost_math_c99.so:devel/boost-libs # LICENSE= public domain -USES= cmake python:2 +USES= cmake python:2.7 CMAKE_ARGS+= -DUFC_PKGCONFIG_DIR=${PREFIX}/libdata/pkgconfig |