0bbbd35e32
espie asked me in such a nice way to fix this that I'm bumping all ports that have a direct dependency on glib2.
33 lines
623 B
Makefile
33 lines
623 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/09/01 14:36:59 ajacoutot Exp $
|
|
|
|
COMMENT= LaTeX plugin for Gedit
|
|
|
|
GNOME_PROJECT= gedit-latex
|
|
GNOME_VERSION= 3.4.1
|
|
REVISION= 0
|
|
|
|
CATEGORIES= editors print
|
|
|
|
HOMEPAGE= https://live.gnome.org/Gedit/LaTeXPlugin
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= x11/gnome \
|
|
lang/python \
|
|
devel/dconf
|
|
|
|
BUILD_DEPENDS= devel/gettext \
|
|
x11/gnome/gedit>=3.2.0
|
|
RUN_DEPENDS= devel/gettext \
|
|
textproc/rubber \
|
|
x11/gnome/gedit>=3.2.0
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/latex/latex/environment.py
|
|
|
|
.include <bsd.port.mk>
|