diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2010-12-10 23:41:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2010-12-10 23:41:30 +0000 |
commit | c9474e7831834a4ebff3066bff6dad1354583c1a (patch) | |
tree | 7f2298d637c5b96404ff6d46aa688d49f7e3ea50 | |
parent | 3f828a02924bd09520eb7f8e18f0d82bb3491de0 (diff) |
Notes
-rw-r--r-- | devel/pecl-intl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pecl-intl/Makefile b/devel/pecl-intl/Makefile index 6a51de0f1823..fe7480389b8c 100644 --- a/devel/pecl-intl/Makefile +++ b/devel/pecl-intl/Makefile @@ -7,6 +7,7 @@ PORTNAME= intl PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= A PECL extension to support Internationalization(ICU) -BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu +LIB_DEPENDS= icui18n.38:${PORTSDIR}/devel/icu USE_PHP= yes USE_PHPEXT= yes |