REVISION, new WANTLIB. No changes.
This commit is contained in:
parent
671ec9137c
commit
a41b1aceb8
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2010/03/21 13:22:55 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2010/07/17 16:37:33 espie Exp $
|
||||
|
||||
COMMENT = base binaries for TeXLive typesetting distribution
|
||||
|
||||
DISTNAME = texlive-${DIST_V}-source
|
||||
PKGNAME = texlive_base-${V}p4
|
||||
PKGNAME = texlive_base-${V}
|
||||
REVISION = 4
|
||||
SHARED_LIBS = kpathsea 2.0
|
||||
|
||||
WANTLIB = m X11 ICE freetype Xt c Xext fontconfig Xpm SM Xmu z \
|
||||
@ -47,8 +48,9 @@ CFLAGS += -fPIC
|
||||
# clisp limits which arches we can use xindy on
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
BUILD_DEPENDS += :clisp-*:lang/clisp
|
||||
LIB_DEPENDS += sigsegv::devel/libsigsegv \
|
||||
avcall,callback::devel/ffcall
|
||||
LIB_DEPENDS += ::devel/libsigsegv \
|
||||
::devel/ffcall
|
||||
WANTLIB += sigsegv avcall callback
|
||||
CONFIGURE_ARGS += --enable-xindy
|
||||
PKG_ARGS += -Dxindy=1
|
||||
WANTLIB += readline
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/04/12 12:49:24 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2010/07/17 16:37:33 espie Exp $
|
||||
|
||||
COMMENT-main = texlive texmf for laTeX/PdfTeX
|
||||
COMMENT-full = texlive texmf for XeTeX/ConTeXt and extra macros
|
||||
@ -6,9 +6,13 @@ COMMENT-docs = texlive documentation
|
||||
|
||||
DISTNAME = texlive-${DIST_V}-texmf
|
||||
|
||||
PKGNAME-main = texlive_texmf-minimal-${V}p1
|
||||
PKGNAME-full = texlive_texmf-full-${V}p1
|
||||
PKGNAME-docs = texlive_texmf-docs-${V}p0
|
||||
PKGNAME-main = texlive_texmf-minimal-${V}
|
||||
PKGNAME-full = texlive_texmf-full-${V}
|
||||
PKGNAME-docs = texlive_texmf-docs-${V}
|
||||
|
||||
REVISION-main = 1
|
||||
REVISION-full = 1
|
||||
REVISION-docs = 0
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user