diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:10:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:10:36 +0000 |
commit | b94a8d87cfea80674a1ce2049fd543ba66828323 (patch) | |
tree | 3f02c4e4a0fdc24e2a2cecaddab5d21bb58e264c /textproc/cwtext/Makefile | |
parent | upgrade to 0.7.3 (diff) |
upgrade to 0.91
PR: 46427
Submitted by: Ports Fury
Diffstat (limited to 'textproc/cwtext/Makefile')
-rw-r--r-- | textproc/cwtext/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/cwtext/Makefile b/textproc/cwtext/Makefile index 48841fc9eb12..eb5ada6b419b 100644 --- a/textproc/cwtext/Makefile +++ b/textproc/cwtext/Makefile @@ -7,13 +7,14 @@ # PORTNAME= cwtext -PORTVERSION= 0.90 +PORTVERSION= 0.91 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +USE_PYTHON= yes USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= makefile |