diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-11 09:45:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-11 09:45:29 +0000 |
commit | f464519742ee481b6a989055adc5c7933497857b (patch) | |
tree | 55241e9d8a6c350ee5ad8d444f6cbd8111866e5e /devel/noweb | |
parent | Add "--batch" to PATCH_ARGS and PATCH_DIST_ARGS when ${BATCH} is set (diff) |
Add BUILD_DEPENDS too.
Originally reported by: jkh
Solution submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
Notes
Notes:
svn path=/head/; revision=2319
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index ca86af871a65..3b8322ae7d64 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -3,7 +3,7 @@ # Date created: 29 July 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.1.1.1 1995/08/08 08:58:45 asami Exp $ +# $Id: Makefile,v 1.2 1995/10/04 10:18:39 asami Exp $ # DISTNAME= noweb-2.7a @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de -RUN_DEPENDS= icont:${PORTSDIR}/lang/icon +BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon +RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon WRKSRC= ${WRKDIR}/src |