diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-12-20 07:14:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-12-20 07:14:29 +0000 |
commit | bb66c594b2cd7156455074943076de2b8c3d2a4d (patch) | |
tree | 7aa85f6e7e788ba97cbd276fb42f9f0eee9e273e /devel | |
parent | 78f9fcff557396dc54a8d4b2986a82f61c28d339 (diff) | |
download | ports-bb66c594b2cd7156455074943076de2b8c3d2a4d.tar.gz ports-bb66c594b2cd7156455074943076de2b8c3d2a4d.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pecl-intl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pecl-intl/Makefile b/devel/pecl-intl/Makefile index bd2b3b656493..ad9e55f85f38 100644 --- a/devel/pecl-intl/Makefile +++ b/devel/pecl-intl/Makefile @@ -19,7 +19,10 @@ COMMENT= A PECL extension to support Internationalization(ICU) LIB_DEPENDS= icui18n.46:${PORTSDIR}/devel/icu +LICENSE= PHP301 + USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP=4 52 .include <bsd.port.mk> |