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) --- net/libdnet/Makefile | 2 +- net/libdnet/pkg-plist | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'net/libdnet') diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index 07e82e9bdf91..efb71802c705 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -7,6 +7,7 @@ PORTNAME= libdnet PORTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +21,6 @@ COMMENT?= A simple interface to low level networking routines GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 SLAVE_DIRS= net/py-libdnet diff --git a/net/libdnet/pkg-plist b/net/libdnet/pkg-plist index 5c984f48aa05..9a808d80fad2 100644 --- a/net/libdnet/pkg-plist +++ b/net/libdnet/pkg-plist @@ -1,6 +1,7 @@ %%MASTER%%bin/dnet-config %%MASTER%%sbin/dnet %%MASTER%%lib/libdnet.a +%%MASTER%%lib/libdnet.la %%MASTER%%lib/libdnet.so %%MASTER%%lib/libdnet.so.1 %%MASTER%%include/dnet/addr.h -- cgit