diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-01-29 22:46:04 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-01-29 22:46:04 +0000 |
commit | d02f2cd4efd98cd3d6e27f5a4d2f66e519943489 (patch) | |
tree | 93e6cabe9a826eacc11d9841b9223a8fe2886be5 /japanese/lyx | |
parent | f9b0466a023920f2b320001729339bf5db706912 (diff) | |
download | ports-d02f2cd4efd98cd3d6e27f5a4d2f66e519943489.tar.gz ports-d02f2cd4efd98cd3d6e27f5a4d2f66e519943489.zip |
Ports no longer need to pass CXXFLAGS to configure. bsd.port.mk does this
for them.
Notes
Notes:
svn path=/head/; revision=25296
Diffstat (limited to 'japanese/lyx')
-rw-r--r-- | japanese/lyx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |