diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-05 03:06:16 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-05 03:06:16 +0800 |
commit | c4614d39a3ebf90228fff12764690cf27b7d9e68 (patch) | |
tree | 7367b0d0a9a155d67b45c63674f0838b3eab98c5 /archivers | |
parent | 3e86e93683e7071d7a37e4f521a9e50684e2cb31 (diff) | |
download | freebsd-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/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 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/ - |