diff options
author | reg <reg@FreeBSD.org> | 2000-01-29 22:46:04 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-01-29 22:46:04 +0000 |
commit | ac7fd00cae5423c7b15d42db910be5e33ae25f24 (patch) | |
tree | 75952224ffd14ed05e24eb5205de46b0c73c3332 /textproc/word2x | |
parent | 88d23fd36039ff1171d442ff11e8a05e05804cf0 (diff) | |
download | FreeBSD-ports-ac7fd00cae5423c7b15d42db910be5e33ae25f24.zip FreeBSD-ports-ac7fd00cae5423c7b15d42db910be5e33ae25f24.tar.gz |
Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this
for them.
Diffstat (limited to 'textproc/word2x')
-rw-r--r-- | textproc/word2x/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/word2x/Makefile b/textproc/word2x/Makefile index d8a5a21..4296fae 100644 --- a/textproc/word2x/Makefile +++ b/textproc/word2x/Makefile @@ -16,7 +16,6 @@ MAINTAINER= billf@FreeBSD.org USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" MAN1= word2x.1 |