diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-31 07:08:00 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-31 07:08:00 +0800 |
commit | 5425e3e850b2684683e0d1a9344e87f75f910d2f (patch) | |
tree | 8bb2530337aed2c8e0e80aad6576e20cc26c9bc3 /print | |
parent | 2d3bbfaecd84384ca382899861ca375951f63f41 (diff) | |
download | freebsd-ports-gnome-5425e3e850b2684683e0d1a9344e87f75f910d2f.tar.gz freebsd-ports-gnome-5425e3e850b2684683e0d1a9344e87f75f910d2f.tar.zst freebsd-ports-gnome-5425e3e850b2684683e0d1a9344e87f75f910d2f.zip |
- Chase increase of print/pslib shlib version.
- Bump PORTREVISION
Submitted by: pointyhat via pav
Diffstat (limited to 'print')
-rw-r--r-- | print/pecl-ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index d1191f866441..c4d27ebf2647 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -7,7 +7,7 @@ PORTNAME= ps PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,7 +18,7 @@ DIST_SUBDIR= PECL MAINTAINER= alan@fromorbit.com COMMENT= PHP extension for pslib to generate postscript -LIB_DEPENDS= ps.3:${PORTSDIR}/print/pslib +LIB_DEPENDS= ps.4:${PORTSDIR}/print/pslib USE_PHP= yes USE_PHPEXT= yes |