aboutsummaryrefslogtreecommitdiff
path: root/devel/py-icu/Makefile
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2011-01-30 05:16:31 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2011-01-30 05:16:31 +0000
commit95906a7a2527595197556507bd6e772560324677 (patch)
tree0bdbf9a0fbbb7cf49b3f6dc018399aea09fcd771 /devel/py-icu/Makefile
parent4fd8beccea7ba7ac8d6a1e148d8b5472286162c7 (diff)
downloadports-95906a7a2527595197556507bd6e772560324677.tar.gz
ports-95906a7a2527595197556507bd6e772560324677.zip
Notes
Diffstat (limited to 'devel/py-icu/Makefile')
-rw-r--r--devel/py-icu/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-icu/Makefile b/devel/py-icu/Makefile
index 2c25ff4fda2e..6513b3a0f81e 100644
--- a/devel/py-icu/Makefile
+++ b/devel/py-icu/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= icu
-PORTVERSION= 1.0
-PORTREVISION= 3
+PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/P/PyICU
@@ -24,7 +23,7 @@ PYEASYINSTALL_ARCHDEP= yes
MAKE_ENV+= \
PYICU_INCLUDES="${PREFIX}/include" \
- PYICU_CFLAGS="-w" \
+ PYICU_CFLAGS="-w:-DPYICU_VER=\"$(PORTVERSION)\"" \
PYICU_LFLAGS="-L${PREFIX}/lib" \
PYICU_LIBRARIES="icui18n:icuuc:icudata"