diff options
Diffstat (limited to 'textproc/py-ucl')
-rw-r--r-- | textproc/py-ucl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-ucl/Makefile b/textproc/py-ucl/Makefile index f181b68df09d..3ffc48fcb18c 100644 --- a/textproc/py-ucl/Makefile +++ b/textproc/py-ucl/Makefile @@ -1,6 +1,6 @@ PORTNAME= ucl DISTVERSION= 0.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,8 @@ GH_ACCOUNT= vstakhov GH_PROJECT= libucl USE_PYTHON= autoplist concurrent distutils +CPPFLAGS+= -Iuthash + WRKSRC_SUBDIR= python .include <bsd.port.mk> |