sync with hunspell update and bump.
bulk testing by landry@.
This commit is contained in:
parent
fb08238997
commit
a8042a0755
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.85 2013/03/11 11:02:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.86 2013/03/21 08:59:29 fgsch Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
@ -17,6 +17,8 @@ PKGNAME-java= libreoffice-java-${VERSION}
|
||||
CATEGORIES= editors productivity
|
||||
DPB_PROPERTIES= parallel
|
||||
|
||||
REVISION-main = 0
|
||||
|
||||
SHARED_LIBS += lcms2 2.3 # 2.3
|
||||
|
||||
EPOCH= 0
|
||||
@ -168,7 +170,7 @@ WANTLIB-main+= ICE SM X11 Xcomposite Xcursor Xdamage \
|
||||
png pthread pthread-stubs ssl xcb xml2 z gdk_pixbuf-2.0 \
|
||||
util ${MODGETTEXT_WANTLIB}
|
||||
WANTLIB-main+= GL xcb-render xcb-shm
|
||||
WANTLIB-main+= hunspell-1.2 gdk_pixbuf_xlib-2.0
|
||||
WANTLIB-main+= hunspell-1.3 gdk_pixbuf_xlib-2.0
|
||||
WANTLIB-main+= idn
|
||||
WANTLIB-main+= ${MODPY_WANTLIB}
|
||||
|
||||
|
@ -1,9 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2013/03/11 11:02:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2013/03/21 08:59:29 fgsch Exp $
|
||||
|
||||
COMMENT= LaTeX development environment
|
||||
DISTNAME= texmaker-3.5.2
|
||||
CATEGORIES= editors
|
||||
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE= http://www.xm1math.net/texmaker/
|
||||
|
||||
MAINTAINER= Alexandr Shadchin <shadchin@openbsd.org>
|
||||
@ -15,7 +17,7 @@ MASTER_SITES= ${HOMEPAGE}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB += ICE QtGui QtNetwork QtWebKit QtXml SM X11 Xext Xi Xinerama
|
||||
WANTLIB += Xrender c fontconfig freetype hunspell-1.2 m poppler-qt4
|
||||
WANTLIB += Xrender c fontconfig freetype hunspell-1.3 m poppler-qt4
|
||||
WANTLIB += pthread stdc++ z
|
||||
|
||||
MODULES= x11/qt4
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:02:50 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2013/03/21 08:59:29 fgsch Exp $
|
||||
|
||||
COMMENT-main = easy to use LaTeX and ConTeXt editor
|
||||
COMMENT-python = Python scripting for TeXworks
|
||||
@ -12,6 +12,7 @@ PKGNAME-main = texworks-${V}
|
||||
PKGNAME-lua = texworks-lua-${V}
|
||||
PKGNAME-python = texworks-python-${V}
|
||||
|
||||
REVISION-main = 0
|
||||
REVISION-lua = 0
|
||||
|
||||
WRKDIST = ${WRKDIR}/texworks-${V}
|
||||
@ -31,7 +32,7 @@ MODULES = x11/qt4 \
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
WANTLIB += ICE QtDBus QtGui QtScript QtScriptTools QtXml SM X11
|
||||
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.2
|
||||
WANTLIB += Xext Xi Xinerama Xrender c fontconfig freetype hunspell-1.3
|
||||
WANTLIB += m poppler-qt4 pthread stdc++ z
|
||||
|
||||
WANTLIB-lua = ${MODLUA_WANTLIB}
|
||||
|
Loading…
x
Reference in New Issue
Block a user