diff options
Diffstat (limited to 'textproc/txt2man/Makefile')
-rw-r--r-- | textproc/txt2man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile index c3befe9fdde6..b3dffa5737f4 100644 --- a/textproc/txt2man/Makefile +++ b/textproc/txt2man/Makefile @@ -12,7 +12,7 @@ COMMENT= Converts flat ASCII text to man page format LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk +BUILD_DEPENDS= gawk:lang/gawk RUN_DEPENDS:= ${BUILD_DEPENDS} USES= cpe gmake |