diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 02:36:00 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-06-06 02:36:00 +0000 |
commit | ee3857ac876456535c09c83cc89dfe0ee26d65d3 (patch) | |
tree | 0e3dac7597fb30f7eead17a469abb423969a5545 /devel/libtool15/Makefile | |
parent | 8240e363240c33109677d2fdd36d19b65efa766d (diff) |
Notes
Diffstat (limited to 'devel/libtool15/Makefile')
-rw-r--r-- | devel/libtool15/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index 6eb211e39d51..ec76b14994f9 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= libtool -PORTVERSION= 1.5.24 +PORTVERSION= 1.5.26 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool @@ -15,7 +15,7 @@ DISTNAME= libtool-${PORTVERSION} MAINTAINER= ade@FreeBSD.org COMMENT?= Generic shared library support script -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |