diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-04-25 08:08:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-04-25 08:08:20 +0000 |
commit | ac58254abf7cfac3ec3421c63f225cc6a2ada602 (patch) | |
tree | 213a105b06f6afc56f92fe041f7b004c66b8406e /www/wikindx | |
parent | e075fd2e76d2cc8734c6241f50fe478d513dfd2b (diff) | |
download | ports-ac58254abf7cfac3ec3421c63f225cc6a2ada602.tar.gz ports-ac58254abf7cfac3ec3421c63f225cc6a2ada602.zip |
- Add missed dependency
Approved by: maintainer implicit
Notes
Notes:
svn path=/head/; revision=190864
Diffstat (limited to 'www/wikindx')
-rw-r--r-- | www/wikindx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wikindx/Makefile b/www/wikindx/Makefile index d01bce5ef3f8..ab07061068e3 100644 --- a/www/wikindx/Makefile +++ b/www/wikindx/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g} MAINTAINER= farrokhi@FreeBSD.org COMMENT= Bibliographic and quotations/notes management system -USE_PHP= session mysql +USE_PHP= session mysql xml NO_BUILD= YES WRKSRC= ${WRKDIR}/wikindx3 |