diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-01 02:20:34 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-01 02:20:34 +0000 |
commit | 0feb16fac4037a21741c49e0c01e95185ac74704 (patch) | |
tree | 99f2e1e93dc7c8f5242354fcb9c106c3ed35eab6 /textproc | |
parent | 8fb04b2e23506ee57e78ce08217951ccf8366c3f (diff) | |
download | ports-0feb16fac4037a21741c49e0c01e95185ac74704.tar.gz ports-0feb16fac4037a21741c49e0c01e95185ac74704.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-xml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 12b339f40230..12861c50ff3f 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -3,7 +3,7 @@ # Date created: 04/17/1999 # Whom: nectar@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1998/11/14 09:43:26 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1999/04/17 17:34:02 nectar Exp $ # DISTNAME= xml-0.5.1 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= nectar@FreeBSD.ORG +RUN_DEPENDS= python:${PORTSDIR}/lang/python + PLIST= ${WRKDIR}/PLIST .if !defined(NOPORTDOCS) |