diff options
author | tv <tv@pkgsrc.org> | 2005-03-10 13:25:07 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-10 13:25:07 +0000 |
commit | e62bb0f3d37dd534056c36273d1c2d83951a5ad4 (patch) | |
tree | b4a49c1ef2d5f702eabfe2f0ca6a58dbb86837f2 /chat/libtlen/Makefile | |
parent | a8865d145daeafe99b3df573394cee69a172ccd9 (diff) | |
download | pkgsrc-e62bb0f3d37dd534056c36273d1c2d83951a5ad4.tar.gz |
This package is libtoolized, so don't add -fPIC explicitly. Since this
changes the static .a lib, bump PKGREVISION.
Diffstat (limited to 'chat/libtlen/Makefile')
-rw-r--r-- | chat/libtlen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/libtlen/Makefile b/chat/libtlen/Makefile index 6e469bd026c..6264c144fb8 100644 --- a/chat/libtlen/Makefile +++ b/chat/libtlen/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2004/11/25 10:07:03 adam Exp $ +# $NetBSD: Makefile,v 1.4 2005/03/10 13:25:07 tv Exp $ DISTNAME= libtlen-20040912 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://www.libtlen.eu.org/snapshots/archive/ |