diff options
author | skrll <skrll> | 2004-02-08 11:21:58 +0000 |
---|---|---|
committer | skrll <skrll> | 2004-02-08 11:21:58 +0000 |
commit | 356b3029bfe3298d29636b18ba7a96186180a171 (patch) | |
tree | 6e6843f494c36464d4668eaa7d91d4f04635092f /devel/libtool/Makefile.common | |
parent | 314f5d32ae8e61a20fe983bca950adfa5b698745 (diff) | |
download | pkgsrc-356b3029bfe3298d29636b18ba7a96186180a171.tar.gz |
Fix the installation of libltdl on non-NetBSD platforms and correct a
typo in version_type for BSD/OS.
PKGREVISION++
Diffstat (limited to 'devel/libtool/Makefile.common')
-rw-r--r-- | devel/libtool/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index 0e856990b9b..b98a8736ed3 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.43 2004/02/07 09:25:39 seb Exp $ +# $NetBSD: Makefile.common,v 1.44 2004/02/08 11:21:58 skrll Exp $ # DISTNAME= libtool-1.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_GNU:=libtool/} |