diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-18 04:55:26 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-18 04:55:26 +0000 |
commit | 12179d50684aa53125d3606f8d0f93bc0ee7ad83 (patch) | |
tree | 62032f92fe6169f77297b773e078d637836b9e59 /textproc/docproj | |
parent | 7286051cc135f0e1fe4eecc50f940065b925e8fa (diff) | |
download | ports-12179d50684aa53125d3606f8d0f93bc0ee7ad83.tar.gz ports-12179d50684aa53125d3606f8d0f93bc0ee7ad83.zip |
This doesn't actually build anything with RUN_DEPENDS. Use BUILD_DEPENDS
Notes
Notes:
svn path=/head/; revision=15409
Diffstat (limited to 'textproc/docproj')
-rw-r--r-- | textproc/docproj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index b861a2c0874e..f39dc501d1b5 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -3,7 +3,7 @@ # Date created: 27 June 1998 # Whom: Nik Clayton <nik@freebsd.org> # -# $Id: Makefile,v 1.2 1998/07/03 07:53:57 asami Exp $ +# $Id: Makefile,v 1.3 1998/07/07 12:18:27 nik Exp $ # DISTNAME= docproj @@ -15,7 +15,7 @@ DISTFILES= # empty MAINTAINER= nik@freebsd.org # sgmlformat brings in almost everything except for the modular stylesheets -RUN_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ +BUILD_DEPENDS= instant:${PORTSDIR}/textproc/sgmlformat \ ${PREFIX}/share/sgml/docbook/dsssl/modular:${PORTSDIR}/textproc/dsssl-docbook-modular EXTRACT_ONLY= # empty |