diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-08 16:57:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-08 16:57:34 +0800 |
commit | 973b30b10998d6b765d9cccf5ae35cff0cc400db (patch) | |
tree | 1aab048aeb2435e0ba9563a5162f02d7022c9c4c /devel/libtool14/Makefile | |
parent | e4b64cca7e43f4736287bd2b3ad2f257297f3723 (diff) | |
download | freebsd-ports-gnome-973b30b10998d6b765d9cccf5ae35cff0cc400db.tar.gz freebsd-ports-gnome-973b30b10998d6b765d9cccf5ae35cff0cc400db.tar.zst freebsd-ports-gnome-973b30b10998d6b765d9cccf5ae35cff0cc400db.zip |
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.
Diffstat (limited to 'devel/libtool14/Makefile')
-rw-r--r-- | devel/libtool14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |