diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-20 02:00:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-20 02:00:24 +0000 |
commit | 8765d067dfffb744abd229305ede8fe1ad3d2e53 (patch) | |
tree | bad4c4478a3c7196f2efb6cbac20f42384ff0e5c /textproc/word2x/Makefile | |
parent | You are broken, nobody maintains you, and there are three others (diff) |
Unbreak by upgrading to version 0.003 since 0.002 is no longer
available.
Diffstat (limited to 'textproc/word2x/Makefile')
-rw-r--r-- | textproc/word2x/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index b93fe493fae8..edef199c3700 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -1,20 +1,18 @@ # New ports collection makefile for: word2x -# Version required: 0.002 +# Version required: 0.003 # Date created: 10 June 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.2 1998/09/14 02:45:06 thepish Exp $ +# $Id: Makefile,v 1.3 1998/09/15 07:25:47 asami Exp $ DISTNAME= word2x -PKGNAME= word2x-0.002 +PKGNAME= word2x-0.003 CATEGORIES= textproc MASTER_SITES= ftp://word2x.astra.co.uk/pub/word2x/ MAINTAINER= ports@FreeBSD.ORG -BROKEN= build - -WRKSRC= ${WRKDIR}/word2x-0.002 +WRKSRC= ${WRKDIR}/${PKGNAME} USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" |