aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-04-05 03:06:16 +0800
committermiwi <miwi@FreeBSD.org>2009-04-05 03:06:16 +0800
commitc4614d39a3ebf90228fff12764690cf27b7d9e68 (patch)
tree7367b0d0a9a155d67b45c63674f0838b3eab98c5 /archivers
parent3e86e93683e7071d7a37e4f521a9e50684e2cb31 (diff)
downloadfreebsd-ports-graphics-c4614d39a3ebf90228fff12764690cf27b7d9e68.tar.gz
freebsd-ports-graphics-c4614d39a3ebf90228fff12764690cf27b7d9e68.tar.zst
freebsd-ports-graphics-c4614d39a3ebf90228fff12764690cf27b7d9e68.zip
- Fix build [1]
- pet portlint Reported by: ionbot [1]
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 bc0ab2050fd..13b7f0613bf 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 0c56d0cdd71..22556668b32 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/
-