diff options
author | rafan <rafan@FreeBSD.org> | 2007-02-27 23:58:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-02-27 23:58:09 +0800 |
commit | 9a15a64ab16113789e81bd52b9fa8df4f965c570 (patch) | |
tree | e6b0e93f5d5910e05ed3a305fad1efc9940a6c1e /print/lyx | |
parent | 1ba68e6ccc9b000f28acd6414ce9edb25d378511 (diff) | |
download | freebsd-ports-gnome-9a15a64ab16113789e81bd52b9fa8df4f965c570.tar.gz freebsd-ports-gnome-9a15a64ab16113789e81bd52b9fa8df4f965c570.tar.zst freebsd-ports-gnome-9a15a64ab16113789e81bd52b9fa8df4f965c570.zip |
- Remove conflict with print/cjk-lyx which prefixes all programs and
datadir with cjk-
Diffstat (limited to 'print/lyx')
-rw-r--r-- | print/lyx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile index bb1caa4d4fab..401c7a021676 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -24,8 +24,6 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost -CONFLICTS= cjk-lyx-* - OPTIONS= QT "Use Qt (instead of XForms)" ${QT_PRESENT} \ ASPELL "Utilize ASPELL library" on \ ISPELL "Depend on ISPELL as well" off |