From 973b30b10998d6b765d9cccf5ae35cff0cc400db Mon Sep 17 00:00:00 2001 From: sobomax Date: Sat, 8 Jun 2002 08:57:34 +0000 Subject: Recognise ar(1) archives (.a) as a valid entities to link with. This fixes many places when it is necessary to link shared object with a static library. --- devel/libtool14/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/libtool14/Makefile') diff --git a/devel/libtool14/Makefile b/devel/libtool14/Makefile index 824bcceb77bf..3dfd5cf833e2 100644 --- a/devel/libtool14/Makefile +++ b/devel/libtool14/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtool PORTVERSION= 1.3.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool -- cgit