diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 11:06:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-26 11:06:17 +0000 |
commit | d72f005a1d3f12911de77ed1c1813f8408d4d5d1 (patch) | |
tree | a866b2e9956078a0f442b717127480202cc43edc /textproc/txt2man/Makefile | |
parent | 8c3735292205b2dac7c14f9e6f141ce41bf67bc2 (diff) | |
download | ports-d72f005a1d3f12911de77ed1c1813f8408d4d5d1.tar.gz ports-d72f005a1d3f12911de77ed1c1813f8408d4d5d1.zip |
Notes
Diffstat (limited to 'textproc/txt2man/Makefile')
-rw-r--r-- | textproc/txt2man/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile index 3807e8c87407..41e75a990741 100644 --- a/textproc/txt2man/Makefile +++ b/textproc/txt2man/Makefile @@ -7,12 +7,15 @@ # PORTNAME= txt2man -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.4 CATEGORIES= textproc MASTER_SITES= http://mvertes.free.fr/download/ MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk +RUN_DEPENDS= ${BUILD_DEPENDS} + ALL_TARGET= txt2man.1 INSTALL_TARGET= install prefix=${PREFIX} |