diff options
author | reed <reed> | 2003-12-11 22:15:30 +0000 |
---|---|---|
committer | reed <reed> | 2003-12-11 22:15:30 +0000 |
commit | 10f811262f07400abc830f62fb48140ad484e0db (patch) | |
tree | d485d2dcb5ce8e9336ba699387070dc2c1b174b8 /devel/libtool/Makefile.common | |
parent | 88566b5b75d744f37bd8f335334ae23649822274 (diff) | |
download | pkgsrc-10f811262f07400abc830f62fb48140ad484e0db.tar.gz |
Added better support for BSD/OS for libtool. libtool has never
officially been ported to BSD/OS 5. So this adds that support.
Added three more patches and changed two. Based on some ideas from
Steven M. Schultz and discussed with skrll@NetBSD.
Bump 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 bf030aae4d6..f1b95a21b08 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.36 2003/12/03 21:18:19 reed Exp $ +# $NetBSD: Makefile.common,v 1.37 2003/12/11 22:15:30 reed Exp $ # DISTNAME= libtool-ml-20010614 PKGPFX= ${DISTNAME:C/ml-/1.4./} -PKGREVISION= 17 +PKGREVISION= 18 WRKSRC= ${WRKDIR}/libtool-ml CATEGORIES= devel pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} |