diff options
author | pav <pav@FreeBSD.org> | 2005-07-08 03:07:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-08 03:07:03 +0800 |
commit | 213561dd86e0c91235ed8f0fa03a32073a535fec (patch) | |
tree | 1b3994ecad6d22baafc2c454560abb75dfbbb03a | |
parent | 1f58eea34078f51c53bc6f695711bb001c4f123f (diff) | |
download | freebsd-ports-gnome-213561dd86e0c91235ed8f0fa03a32073a535fec.tar.gz freebsd-ports-gnome-213561dd86e0c91235ed8f0fa03a32073a535fec.tar.zst freebsd-ports-gnome-213561dd86e0c91235ed8f0fa03a32073a535fec.zip |
- Fix dependencies
Reported by: krismail
-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 |