diff options
-rw-r--r-- | print/harfbuzz-icu/Makefile | 2 | ||||
-rw-r--r-- | print/harfbuzz/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/harfbuzz-icu/Makefile b/print/harfbuzz-icu/Makefile index 53be2342b72b..7e559aa34ccf 100644 --- a/print/harfbuzz-icu/Makefile +++ b/print/harfbuzz-icu/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 7ba7b59fe588..d6ee0fc630d0 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -3,7 +3,7 @@ PORTNAME= harfbuzz PORTVERSION= 1.5.1 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ |