diff options
author | nectar <nectar@FreeBSD.org> | 1999-05-01 10:20:34 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-05-01 10:20:34 +0800 |
commit | a6bbd38ad101c74f5da62d8abe659de4eba522f1 (patch) | |
tree | 7d5628a18190e3541c87d5ffa30186eebb2993b5 /textproc/py-xml/Makefile | |
parent | 74b18daf46acda50444fc60492463353dec17937 (diff) | |
download | freebsd-ports-gnome-a6bbd38ad101c74f5da62d8abe659de4eba522f1.tar.gz freebsd-ports-gnome-a6bbd38ad101c74f5da62d8abe659de4eba522f1.tar.zst freebsd-ports-gnome-a6bbd38ad101c74f5da62d8abe659de4eba522f1.zip |
Oops! Add RUN_DEPENDS for python.
Diffstat (limited to 'textproc/py-xml/Makefile')
-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) |