[Midnightbsd-cvs] mports [19563] trunk/devel/tex-web2c/Makefile: fix build of tex-web2c

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Jul 9 16:55:36 EDT 2015


Revision: 19563
          http://svnweb.midnightbsd.org/mports/?rev=19563
Author:   laffer1
Date:     2015-07-09 16:55:35 -0400 (Thu, 09 Jul 2015)
Log Message:
-----------
fix build of tex-web2c

Modified Paths:
--------------
    trunk/devel/tex-web2c/Makefile

Modified: trunk/devel/tex-web2c/Makefile
===================================================================
--- trunk/devel/tex-web2c/Makefile	2015-07-09 12:04:21 UTC (rev 19562)
+++ trunk/devel/tex-web2c/Makefile	2015-07-09 20:55:35 UTC (rev 19563)
@@ -3,6 +3,7 @@
 
 PORTNAME=	web2c
 PORTVERSION=	20140525
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	ftp://tug.org/historic/systems/texlive/2014/
 PKGNAMEPREFIX=	tex-
@@ -51,7 +52,9 @@
 		--with-libpng-libdir=${LOCALBASE}/lib \
 		--with-system-pixman \
 		--with-system-zlib \
-		--with-system-zziplib
+		--with-system-zziplib \
+		--host=${ARCH}-portbld-freebsd9.1 \
+		--build=${ARCH}-portbld-freebsd9.1
 CFLAGS+=	-I${LOCALBASE}/include
 
 INFO=	web2c



More information about the Midnightbsd-cvs mailing list