diff options
author | reg <reg@FreeBSD.org> | 2000-01-30 06:46:04 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-01-30 06:46:04 +0800 |
commit | ac7fd00cae5423c7b15d42db910be5e33ae25f24 (patch) | |
tree | 75952224ffd14ed05e24eb5205de46b0c73c3332 /editors | |
parent | 88d23fd36039ff1171d442ff11e8a05e05804cf0 (diff) | |
download | freebsd-ports-gnome-ac7fd00cae5423c7b15d42db910be5e33ae25f24.tar.gz freebsd-ports-gnome-ac7fd00cae5423c7b15d42db910be5e33ae25f24.tar.zst freebsd-ports-gnome-ac7fd00cae5423c7b15d42db910be5e33ae25f24.zip |
Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this
for them.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yudit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 0b9fc15ce1b5..d0fda7d8612d 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -16,7 +16,7 @@ MAINTAINER= rch@WriteMe.Com LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -CONFIGURE_ENV= LC_ALL=C CXXFLAGS="${CFLAGS}" +CONFIGURE_ENV= LC_ALL=C GNU_CONFIGURE= YES MAKE_ENV= LC_ALL=C MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1 |