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 /print/lyx16 | |
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 'print/lyx16')
-rw-r--r-- | print/lyx16/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 04e24eb33056..7a5702f09b70 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -25,7 +25,6 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" STRIP= CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11 ${LOCALBASE}/include" MAN1= lyx.1 reLyX.1 |