From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 23 Feb 2006 10:40:44 +0000 Subject: Conversion to a single libtool environment. Approved by: portmgr (kris) --- devel/libredblack/Makefile | 3 ++- devel/libredblack/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/libredblack') diff --git a/devel/libredblack/Makefile b/devel/libredblack/Makefile index 5c00abc13d40..6da9e03e3a4e 100644 --- a/devel/libredblack/Makefile +++ b/devel/libredblack/Makefile @@ -7,6 +7,7 @@ PORTNAME= libredblack PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library that provides the red-black balanced tree algorithm USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libredblack/pkg-plist b/devel/libredblack/pkg-plist index 6b7d9a6b224d..473a00347585 100644 --- a/devel/libredblack/pkg-plist +++ b/devel/libredblack/pkg-plist @@ -1,6 +1,7 @@ %%PYTHON%%bin/rbgen include/redblack.h lib/libredblack.a +lib/libredblack.la lib/libredblack.so lib/libredblack.so.2 %%DATADIR%%/redblack.c -- cgit