diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-23 22:45:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-23 22:45:45 +0800 |
commit | 624b3f7f40ca0a6e4a3515f002ec75d3e582f5e3 (patch) | |
tree | 0f8c4fca02554e662dce3b7be78b735e130fbafb /chinese | |
parent | e3b18dc27bc4e5646d6ff4b0bb4c083ce09745cb (diff) | |
download | freebsd-ports-gnome-624b3f7f40ca0a6e4a3515f002ec75d3e582f5e3.tar.gz freebsd-ports-gnome-624b3f7f40ca0a6e4a3515f002ec75d3e582f5e3.tar.zst freebsd-ports-gnome-624b3f7f40ca0a6e4a3515f002ec75d3e582f5e3.zip |
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/php5-cconv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chinese/php5-cconv/Makefile b/chinese/php5-cconv/Makefile index 100d71ca9fed..225d1c820116 100644 --- a/chinese/php5-cconv/Makefile +++ b/chinese/php5-cconv/Makefile @@ -11,13 +11,14 @@ DISTNAME= ${PORTNAME}-php-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP wrapper for chinese/cconv -LIB_DEPENDS= cconv:${PORTSDIR}/chinese/cconv +LICENSE= GPLv2 + +LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv CONFIGURE_ARGS= --with-cconv-dir=${LOCALBASE} USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's| function_entry| zend_function_entry|' ${WRKSRC}/php_cconv.c |