diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 10:18:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 10:18:56 +0000 |
commit | e80af410e234abae351c2d2c295e361bd18ec897 (patch) | |
tree | 68ed1da7ce039f0a702b1010b302d24edbaf3b0c /devel/noweb | |
parent | 49cc426534b1b1557c00cd3f9265e21799f00382 (diff) | |
download | ports-e80af410e234abae351c2d2c295e361bd18ec897.tar.gz ports-e80af410e234abae351c2d2c295e361bd18ec897.zip |
Notes
Diffstat (limited to 'devel/noweb')
-rw-r--r-- | devel/noweb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index b1e9106091ff..ca86af871a65 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$ +# $Id: Makefile,v 1.1.1.1 1995/08/08 08:58:45 asami Exp $ # DISTNAME= noweb-2.7a @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de -EXEC_DEPENDS= icont:${PORTSDIR}/lang/icon +RUN_DEPENDS= icont:${PORTSDIR}/lang/icon WRKSRC= ${WRKDIR}/src |