diff options
-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 |