diff options
Diffstat (limited to 'textproc/uim/Makefile')
-rw-r--r-- | textproc/uim/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile index b1374f2886ac..4d16dc8f64d0 100644 --- a/textproc/uim/Makefile +++ b/textproc/uim/Makefile @@ -6,11 +6,10 @@ # PORTNAME= uim -PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTVERSION= 1.4.2 CATEGORIES?= textproc -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://uim.freedesktop.org/releases/uim/stable/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} + .if !defined(UIM_SLAVE) && defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 .endif |