aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-04-04 19:06:16 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-04-04 19:06:16 +0000
commitc38c30178e83819b7c0a713d87236346d5ff2f41 (patch)
tree3c38c8d30365457cf151917c6e99bdd0d7634873 /archivers
parentf2c7f37bfb9e6c00fbf746744563f1d96ee0d0c4 (diff)
downloadports-c38c30178e83819b7c0a713d87236346d5ff2f41.tar.gz
ports-c38c30178e83819b7c0a713d87236346d5ff2f41.zip
- Fix build [1]
- pet portlint Reported by: ionbot [1]
Notes
Notes: svn path=/head/; revision=231608
Diffstat (limited to 'archivers')
-rw-r--r--archivers/pecl-phar/Makefile4
-rw-r--r--archivers/pecl-phar/pkg-descr1
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/
-