diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-31 13:12:22 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-31 13:12:22 +0800 |
commit | d2ba06e4e43327379f3fe9ba668e6be717feb195 (patch) | |
tree | 9cf2ad545370fd535f707986d0bb66352f2dc28a /textproc/nicetext | |
parent | 193560b52f0b484c7df797856f09a7ad0f735aec (diff) | |
download | freebsd-ports-gnome-d2ba06e4e43327379f3fe9ba668e6be717feb195.tar.gz freebsd-ports-gnome-d2ba06e4e43327379f3fe9ba668e6be717feb195.tar.zst freebsd-ports-gnome-d2ba06e4e43327379f3fe9ba668e6be717feb195.zip |
Fix for -current
Diffstat (limited to 'textproc/nicetext')
-rw-r--r-- | textproc/nicetext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile index 1597e1754585..5d97d1bd5115 100644 --- a/textproc/nicetext/Makefile +++ b/textproc/nicetext/Makefile @@ -7,12 +7,13 @@ DISTNAME= nicetext-0.9 CATEGORIES= textproc -MASTER_SITES= ftp://ctgi.net/pub/ctgi/nicetext/src/ \ - ftp://nicetext.com/pub/nicetext/src/ +#MASTER_SITES= ftp://ctgi.net/pub/ctgi/nicetext/src/ \ +# ftp://nicetext.com/pub/nicetext/src/ MAINTAINER= markc@ctgi.net USE_GMAKE= YES +MAKE_FLAGS= CXXFLAGS="${CXXFLAGS} -pedantic" CFLAGS="${CFLAGS} -pedantic" MAN1= bitcp.1 dct2mstr.1 expgram.1 genmodel.1 gramtest.1 impkimmo.1 \ impmsc.1 impwbstr.1 listword.1 nicetext.1 nttpd.1 printint.1 \ |