diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-04-24 03:46:35 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-04-24 03:46:35 +0800 |
commit | 73ffd2460ff08dced31e33ba1509137b49fb0929 (patch) | |
tree | d3a130a6907a153acee58b93701b1c64f1505cb7 /textproc | |
parent | 269a816cf7429fd6834c794e3f6d395d4dd402d9 (diff) | |
download | freebsd-ports-graphics-73ffd2460ff08dced31e33ba1509137b49fb0929.tar.gz freebsd-ports-graphics-73ffd2460ff08dced31e33ba1509137b49fb0929.tar.zst freebsd-ports-graphics-73ffd2460ff08dced31e33ba1509137b49fb0929.zip |
add BUILD_DEPENDS because the build fails if elk is not installed
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 34ab3053de0..2c436a221a8 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 |