diff options
author | jkh <jkh@FreeBSD.org> | 1998-12-18 12:55:26 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-12-18 12:55:26 +0800 |
commit | ac89db3fb4e806f735f39eba21f054cd21536782 (patch) | |
tree | 6e94de982cbc57353d77dd2ceb0344586241c5c6 /textproc | |
parent | aca9b6b2a1c4d184f6059dcba0a1c932a5b0c842 (diff) | |
download | freebsd-ports-gnome-ac89db3fb4e806f735f39eba21f054cd21536782.tar.gz freebsd-ports-gnome-ac89db3fb4e806f735f39eba21f054cd21536782.tar.zst freebsd-ports-gnome-ac89db3fb4e806f735f39eba21f054cd21536782.zip |
This doesn't actually build anything with RUN_DEPENDS. Use BUILD_DEPENDS
Diffstat (limited to 'textproc')
-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 |