diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-04-23 19:46:35 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-04-23 19:46:35 +0000 |
commit | f74336b8296a56c1da06695c4606d0729113f3e8 (patch) | |
tree | e0aa42115fe5d8328f8c18c8e776117648979f5f /textproc | |
parent | c0b512b185ac0abe5d9095632530fd04a5ac1725 (diff) | |
download | ports-f74336b8296a56c1da06695c4606d0729113f3e8.tar.gz ports-f74336b8296a56c1da06695c4606d0729113f3e8.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/unroff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/unroff/Makefile b/textproc/unroff/Makefile index 34ab3053de08..2c436a221a81 100644 --- a/textproc/unroff/Makefile +++ b/textproc/unroff/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1996 # Whom: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/04/10 06:38:58 tg Exp $ # DISTNAME= unroff-1.0 @@ -13,6 +13,7 @@ MASTER_SITES= http://www-rn.informatik.uni-bremen.de/software/unroff/dist/ MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de RUN_DEPENDS= elk:${PORTSDIR}/lang/elk +BUILD_DEPENDS= elk:${PORTSDIR}/lang/elk PATCH_STRIP= -p1 |