diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-02 06:13:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-02 06:13:49 +0800 |
commit | 19f82af79cae521afdaed62191a04433c79e9a05 (patch) | |
tree | 75d11751f7e8f87f6342d0ce657e9d9c29cef500 /print | |
parent | d7b9c978ae969b1eacb96879fbced7e8a5706bd6 (diff) | |
download | freebsd-ports-graphics-19f82af79cae521afdaed62191a04433c79e9a05.tar.gz freebsd-ports-graphics-19f82af79cae521afdaed62191a04433c79e9a05.tar.zst freebsd-ports-graphics-19f82af79cae521afdaed62191a04433c79e9a05.zip |
Chase increase of print/pslib shlib version.
Submitted by: pointyhat via pav
Diffstat (limited to 'print')
-rw-r--r-- | print/pecl-ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/pecl-ps/Makefile b/print/pecl-ps/Makefile index 85ccea5237e..d1191f86644 100644 --- a/print/pecl-ps/Makefile +++ b/print/pecl-ps/Makefile @@ -7,6 +7,7 @@ PORTNAME= ps PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= print pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,7 +18,7 @@ DIST_SUBDIR= PECL MAINTAINER= alan@fromorbit.com COMMENT= PHP extension for pslib to generate postscript -LIB_DEPENDS= ps.2:${PORTSDIR}/print/pslib +LIB_DEPENDS= ps.3:${PORTSDIR}/print/pslib USE_PHP= yes USE_PHPEXT= yes |