mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Add dependency on php-gettext
- Fix plist after recent php changes PR: ports/97318 Submitted by: Babak Farrokhi <babak@farrokhi.net> (maintainer)
This commit is contained in:
parent
63375d4b64
commit
891a952fdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163139
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= phpwiki
|
||||
PORTVERSION= 1.2.10
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpwiki
|
||||
@ -18,7 +18,7 @@ COMMENT= A PHP WikiWikiWeb
|
||||
CONFLICTS= phpwiki-1.3*
|
||||
|
||||
.if !defined(WITHOUT_PHP_DEPENDS)
|
||||
USE_PHP= ctype pcre posix session tokenizer xml zlib
|
||||
USE_PHP= ctype gettext pcre posix session tokenizer xml zlib
|
||||
.endif
|
||||
|
||||
NO_BUILD= YES
|
||||
|
@ -232,6 +232,7 @@
|
||||
@dirrm %%PHPWIKI%%/images
|
||||
@dirrm %%PHPWIKI%%/admin
|
||||
@dirrm %%PHPWIKI%%
|
||||
@dirrmtry www/data-dist
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/DBLIB.txt
|
||||
|
Loading…
Reference in New Issue
Block a user