diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-12-20 10:33:01 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-12-20 10:33:01 +0000 |
commit | 88b861fbc2e95b272f42e442c9aa2820573a7970 (patch) | |
tree | f1fffccda33f76667b8b563f3f690bb6949b3836 /devel/pecl-newt | |
parent | 04f6fb76b057cc1b5843f2fe3f5fbf02b69e629f (diff) |
Notes
Diffstat (limited to 'devel/pecl-newt')
-rw-r--r-- | devel/pecl-newt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/pecl-newt/Makefile b/devel/pecl-newt/Makefile index 17dd7729a00a..0f02e5848850 100644 --- a/devel/pecl-newt/Makefile +++ b/devel/pecl-newt/Makefile @@ -18,11 +18,14 @@ COMMENT= PHP language extension for RedHat Newt library LIB_DEPENDS= newt.52:${PORTSDIR}/devel/newt +LICENSE= PHP301 + USE_PHP= yes USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= newt +IGNORE_WITH_PHP=4 post-patch: @${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ |