diff options
author | tv <tv> | 2004-10-14 15:21:25 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-14 15:21:25 +0000 |
commit | fb3d244eabf221f0e656d57eb06c4b4bb0e559dd (patch) | |
tree | eacaef07ae039dddacac79a23c5d93a64e6c8b3f /security/libfwbuilder/Makefile | |
parent | b82af846b8f695d7d99013447fa813e579c026d9 (diff) | |
download | pkgsrc-fb3d244eabf221f0e656d57eb06c4b4bb0e559dd.tar.gz |
You're going to install those .la files, and you're going to like it, Mister.
(Fixes build breakage because the .la files are needed by the new
libtoolize-plist logic.)
Diffstat (limited to 'security/libfwbuilder/Makefile')
-rw-r--r-- | security/libfwbuilder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 677dd253fba..783e2488f44 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/10/07 16:27:13 tv Exp $ +# $NetBSD: Makefile,v 1.4 2004/10/14 15:21:25 tv Exp $ DISTNAME= libfwbuilder-1.0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/} |