Fix ports using texinfo during the build stage.
texinfo was removed from texlive in favour of the existing port. Spotted by naddy@ in a bulk, thanks.
This commit is contained in:
parent
d157c2c3fd
commit
06e31ed6b0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2017/05/12 15:11:17 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2017/05/22 18:28:02 edd Exp $
|
||||
|
||||
COMMENT= powerful descriptive vector graphics language
|
||||
BROKEN-hppa= ghostscript segfaults during build
|
||||
@ -6,7 +6,7 @@ BROKEN-hppa= ghostscript segfaults during build
|
||||
DISTNAME= asymptote-2.24.src
|
||||
PKGNAME= asymptote-2.24
|
||||
CATEGORIES= graphics
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
|
||||
HOMEPAGE= http://asymptote.sourceforge.net/
|
||||
|
||||
@ -21,7 +21,8 @@ MODULES= lang/python
|
||||
WANTLIB += GL GLU OSMesa c fftw3 gc glut gsl gslcblas m ncurses pthread
|
||||
WANTLIB += readline sigsegv ${LIBCXX} z
|
||||
|
||||
BUILD_DEPENDS= print/texlive/base
|
||||
BUILD_DEPENDS= print/texlive/base \
|
||||
print/texinfo
|
||||
RUN_DEPENDS= graphics/py-Pillow \
|
||||
print/texlive/texmf,-full \
|
||||
${MODPY_TKINTER_DEPENDS}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2017/04/19 21:18:48 sebastia Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2017/05/22 18:28:02 edd Exp $
|
||||
|
||||
BROKEN-alpha = DKEndpointManager.m:282: error: unrecognizable insn
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT = GNUstep dbus interface
|
||||
|
||||
CATEGORIES += x11/gnustep devel
|
||||
VERSION = 0.1.1
|
||||
REVISION = 7
|
||||
REVISION = 8
|
||||
DISTNAME = dbuskit-${VERSION}
|
||||
PKGNAME = gnustep-dbuskit-${VERSION}
|
||||
|
||||
@ -19,7 +19,8 @@ MODULES += x11/gnustep
|
||||
MODGNUSTEP_NEEDS_GUI = No
|
||||
WANTLIB += c dbus-1
|
||||
BUILD_DEPENDS += print/texlive/base \
|
||||
textproc/texi2html
|
||||
textproc/texi2html \
|
||||
print/texinfo
|
||||
|
||||
# Setting porthome is needed to successfully build the
|
||||
# documenation
|
||||
|
Loading…
x
Reference in New Issue
Block a user