diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /net/libdnet | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) |
Notes
Diffstat (limited to 'net/libdnet')
-rw-r--r-- | net/libdnet/Makefile | 2 | ||||
-rw-r--r-- | net/libdnet/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
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 |