diff options
author | Andrej Zverev <az@FreeBSD.org> | 2011-08-23 12:18:06 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2011-08-23 12:18:06 +0000 |
commit | ec4d2e2c6db234b65b748216463789fe44f38b98 (patch) | |
tree | 1357e6bdf0293c0dd3cc6168b093d59095e17c9a /net/prosearch/Makefile | |
parent | b556daeb839d8cdd98d8386222d5f339d074a383 (diff) | |
download | ports-ec4d2e2c6db234b65b748216463789fe44f38b98.tar.gz ports-ec4d2e2c6db234b65b748216463789fe44f38b98.zip |
Notes
Diffstat (limited to 'net/prosearch/Makefile')
-rw-r--r-- | net/prosearch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/prosearch/Makefile b/net/prosearch/Makefile index 37e915fa7cb3..c04923330936 100644 --- a/net/prosearch/Makefile +++ b/net/prosearch/Makefile @@ -7,6 +7,7 @@ PORTNAME= prosearch PORTVERSION= 0.19.1 +PORTREVISION= 1 CATEGORIES= net www MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION} @@ -87,7 +88,7 @@ ${LOCALBASE}/${APACHEMODDIR}/mod_perl.so:${PORTSDIR}/www/mod_perl2 .if defined(WITH_MOD_FASTCGI) RUN_DEPENDS+=\ ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \ -${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FastCGI +${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI .endif .if defined(WITH_SPHINX) |