aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bison2/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-10-24 21:55:31 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-10-24 21:55:31 +0800
commit033d1bff8583f73b0583acdabeb3a4439bc57aac (patch)
treef55cb8ad4a82e6de636bb011fe11c1b504c087ae /devel/bison2/Makefile
parentdc075199f8f4b0ea301bc3bc4185b46d76a2685b (diff)
downloadfreebsd-ports-graphics-033d1bff8583f73b0583acdabeb3a4439bc57aac.tar.gz
freebsd-ports-graphics-033d1bff8583f73b0583acdabeb3a4439bc57aac.tar.zst
freebsd-ports-graphics-033d1bff8583f73b0583acdabeb3a4439bc57aac.zip
Update to 1.75
PR: 44223 Submitted by: tkato@prontomail.com
Diffstat (limited to 'devel/bison2/Makefile')
-rw-r--r--devel/bison2/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile
index ed700d39c92..40dd5b89ac4 100644
--- a/devel/bison2/Makefile
+++ b/devel/bison2/Makefile
@@ -7,23 +7,21 @@
#
PORTNAME= bison
-PORTVERSION= 1.35
-PORTREVISION= 1
+PORTVERSION= 1.75
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= bison
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
+LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_BZIP2= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-included-gettext
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
MAKEINFO="makeinfo --no-split"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= bison.1
@@ -34,7 +32,4 @@ MAN1= bison.1
post-extract:
@${RM} -f ${WRKSRC}/doc/bison.info*
-post-install:
- install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir
-
.include <bsd.port.mk>