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/libshbuf/Makefile | 4 ++-- devel/libshbuf/pkg-plist | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/libshbuf') diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile index d4dbcf877503..af63b34bdf13 100644 --- a/devel/libshbuf/Makefile +++ b/devel/libshbuf/Makefile @@ -8,7 +8,7 @@ PORTNAME= libshbuf PORTVERSION= 0.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Library for Shared Buffer IPC USE_REINPLACE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes diff --git a/devel/libshbuf/pkg-plist b/devel/libshbuf/pkg-plist index 251b94ab3bab..12d8ec0a2e01 100644 --- a/devel/libshbuf/pkg-plist +++ b/devel/libshbuf/pkg-plist @@ -1,6 +1,7 @@ include/libshbuf/shbuf.h include/libshbuf/shbuferr.h lib/libshbuf.a +lib/libshbuf.la lib/libshbuf.so lib/libshbuf.so.1 @dirrm include/libshbuf -- cgit