diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-17 23:15:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-17 23:15:22 +0800 |
commit | 7f32ea803725a0466c3b37d44a3f2832d59bb92e (patch) | |
tree | 55ad9edfacb33520d69672f6fd8cd1734d67a811 /print/pecl-haru/Makefile | |
parent | e4d83c0c8dec3a8aadc38a525fc9159933678b7f (diff) | |
download | freebsd-ports-gnome-7f32ea803725a0466c3b37d44a3f2832d59bb92e.tar.gz freebsd-ports-gnome-7f32ea803725a0466c3b37d44a3f2832d59bb92e.tar.zst freebsd-ports-gnome-7f32ea803725a0466c3b37d44a3f2832d59bb92e.zip |
- Update to 1.0.3
Diffstat (limited to 'print/pecl-haru/Makefile')
-rw-r--r-- | print/pecl-haru/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/pecl-haru/Makefile b/print/pecl-haru/Makefile index 000a580bdf35..6a2ae212fb7b 100644 --- a/print/pecl-haru/Makefile +++ b/print/pecl-haru/Makefile @@ -6,18 +6,17 @@ # PORTNAME= haru -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.3 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz -#DIST_SUBDIR= PECL MAINTAINER= miwi@FreeBSD.org COMMENT= A PECL extension to Haru PDF functions BUILD_DEPENDS= ${LOCALBASE}/include/hpdf.h:${PORTSDIR}/print/libharu -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.h:${PORTSDIR}/print/libharu USE_PHP= yes USE_PHPEXT= yes |