diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-04 19:06:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-04 19:06:16 +0000 |
commit | c38c30178e83819b7c0a713d87236346d5ff2f41 (patch) | |
tree | 3c38c8d30365457cf151917c6e99bdd0d7634873 /archivers/pecl-phar | |
parent | f2c7f37bfb9e6c00fbf746744563f1d96ee0d0c4 (diff) |
Notes
Diffstat (limited to 'archivers/pecl-phar')
-rw-r--r-- | archivers/pecl-phar/Makefile | 4 | ||||
-rw-r--r-- | archivers/pecl-phar/pkg-descr | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/archivers/pecl-phar/Makefile b/archivers/pecl-phar/Makefile index bc0ab2050fd3..13b7f0613bfa 100644 --- a/archivers/pecl-phar/Makefile +++ b/archivers/pecl-phar/Makefile @@ -16,9 +16,11 @@ DIST_SUBDIR= PECL MAINTAINER= ditesh@gathani.org COMMENT= A PECL extension which allows running applications out of .phar files -USE_PHP= hash spl +USE_PHP= hash spl pcre USE_PHP_BUILD= yes USE_PHPEXT= yes +CFLAGS+= "-I${LOCALBASE}/include" +LDFLAGS+= "-L${LOCALBASE}/lib" OPTIONS= BZ2 "Enable bz2 compression support" off \ ZLIB "Enable gzip compression support" off diff --git a/archivers/pecl-phar/pkg-descr b/archivers/pecl-phar/pkg-descr index 0c56d0cdd71b..22556668b329 100644 --- a/archivers/pecl-phar/pkg-descr +++ b/archivers/pecl-phar/pkg-descr @@ -10,4 +10,3 @@ a complete PHP application in a single file that will run out of the file without modification or extraction. WWW: http://pecl.php.net/package/phar/ - |