lyx(1) wants `python' or it will die. It should be possible to use
MODPY_BIN instead, but franckly there are python references all over the code and I don't feel like fixing this right now. Add a MESSAGE to warn users accordingly.
This commit is contained in:
parent
11935e2d39
commit
0e8ee191cd
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.51 2009/08/10 06:34:09 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.52 2010/05/27 13:01:40 ajacoutot Exp $
|
||||
|
||||
COMMENT= graphical frontend for LaTeX (nearly WYSIWYG)
|
||||
|
||||
DISTNAME= lyx-1.4.3
|
||||
PKGNAME= ${DISTNAME}p5
|
||||
PKGNAME= ${DISTNAME}p6
|
||||
CATEGORIES= print
|
||||
|
||||
HOMEPAGE= http://www.lyx.org/
|
||||
|
2
print/lyx/pkg/MESSAGE
Normal file
2
print/lyx/pkg/MESSAGE
Normal file
@ -0,0 +1,2 @@
|
||||
Before using lyx(1), make sure you have `python' in your PATH.
|
||||
e.g. ln -sf ${MODPY_BIN} ${PREFIX}/bin/python
|
@ -1,7 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2007/04/06 06:33:03 steven Exp $
|
||||
bin/lyx
|
||||
bin/lyxclient
|
||||
bin/tex2lyx
|
||||
@comment $OpenBSD: PLIST,v 1.17 2010/05/27 13:01:40 ajacoutot Exp $
|
||||
@bin bin/lyx
|
||||
@bin bin/lyxclient
|
||||
@bin bin/tex2lyx
|
||||
@man man/man1/lyx.1
|
||||
@man man/man1/lyxclient.1
|
||||
@man man/man1/tex2lyx.1
|
||||
@ -9,8 +9,6 @@ share/locale/cs/LC_MESSAGES/lyx.mo
|
||||
share/locale/da/LC_MESSAGES/lyx.mo
|
||||
share/locale/de/LC_MESSAGES/lyx.mo
|
||||
share/locale/es/LC_MESSAGES/lyx.mo
|
||||
share/locale/eu/
|
||||
share/locale/eu/LC_MESSAGES/
|
||||
share/locale/eu/LC_MESSAGES/lyx.mo
|
||||
share/locale/fi/LC_MESSAGES/lyx.mo
|
||||
share/locale/fr/LC_MESSAGES/lyx.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user