diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:15:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-08 22:15:15 +0000 |
commit | 593990a1e7facf9088b13e1e7a8c9dc27ff0500d (patch) | |
tree | 51f7d4b742d415b6b72876445aaadf57ea3b296d /japanese | |
parent | 002db8b4eb062765c7c828fcb2799302b601bb3f (diff) | |
download | ports-593990a1e7facf9088b13e1e7a8c9dc27ff0500d.tar.gz ports-593990a1e7facf9088b13e1e7a8c9dc27ff0500d.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lyx/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/lyx/Makefile b/japanese/lyx/Makefile index 19744722d84d..98f5e1fb3356 100644 --- a/japanese/lyx/Makefile +++ b/japanese/lyx/Makefile @@ -3,7 +3,7 @@ # Date created: 27 April 1999 # Whom: Seiichirou Hiraoka # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/03/31 11:44:24 flathill Exp $ # DISTNAME= lyx-1.0.0 @@ -26,9 +26,6 @@ RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ Xpm.4:${PORTSDIR}/graphics/xpm -# depends on xforms -ONLY_FOR_ARCHS= i386 - USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LYX_LIBS="-lxpg4" CXXFLAGS="${CFLAGS}" |