diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-07 19:07:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-07 19:07:03 +0000 |
commit | e36e42d41caf2b5bf4ccdce81d54c2ada0d6642c (patch) | |
tree | 6db6f9db4b4b52bbbb03b234d1a422fe07a7f64a /sysutils/epylog | |
parent | - Update to 1.6.8 that fixes some bugs (diff) |
- Fix dependencies
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=138667
Diffstat (limited to 'sysutils/epylog')
-rw-r--r-- | sysutils/epylog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/epylog/Makefile b/sysutils/epylog/Makefile index 6dae9a0b0718..554cd7004939 100644 --- a/sysutils/epylog/Makefile +++ b/sysutils/epylog/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://linux.duke.edu/projects/epylog/download/ MAINTAINER= alan@wave2.co.uk COMMENT= Epylog is a syslog parser which mails you the output +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 MAN3= epylog.3 |