diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-01 22:13:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-01 22:13:49 +0000 |
commit | 92182edd2fdd368cfc781cc108bd24ab96c3f867 (patch) | |
tree | e308a8dbd7b157560e1f385b6812ac2ddeea1cae /print | |
parent | f25f465b9ec26f4dfc6d65ebbeb01f792c55c5ce (diff) |
Chase increase of print/pslib shlib version.
Submitted by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=194585
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 85ccea5237ed..d1191f866441 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 |