From d02f2cd4efd98cd3d6e27f5a4d2f66e519943489 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Sat, 29 Jan 2000 22:46:04 +0000 Subject: Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this for them. --- japanese/lyx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'japanese') diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile index 34a1c00456e1..185442f5dfc2 100644 --- a/japanese/lyx/Makefile +++ b/japanese/lyx/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LYX_LIBS="-lxpg4" CXXFLAGS="${CFLAGS}" +CONFIGURE_ENV= LYX_LIBS="-lxpg4" STRIP= CONFIGURE_ARGS= --with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11" MAN1= lyx.1 reLyX.1 -- cgit