diff options
author | tv <tv@pkgsrc.org> | 2005-01-18 22:01:52 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-18 22:01:52 +0000 |
commit | d8520835ac5deabbbe807bd036ac802759e1bd22 (patch) | |
tree | 484c2feb723cc81410d271088f8d0687358670df /archivers/rzip | |
parent | 7b755b34b8cdd836f2197531124b1bd3de9386cb (diff) | |
download | pkgsrc-d8520835ac5deabbbe807bd036ac802759e1bd22.tar.gz |
Use new libiberty/application.mk include.
Diffstat (limited to 'archivers/rzip')
-rw-r--r-- | archivers/rzip/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/rzip/Makefile b/archivers/rzip/Makefile index 33312d21c72..54f2526258a 100644 --- a/archivers/rzip/Makefile +++ b/archivers/rzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/11/23 06:43:01 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/18 22:01:52 tv Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -22,9 +22,7 @@ post-install: .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Interix" -# need an asprintf(3) implementation -. include "../../devel/libiberty/buildlink3.mk" -LIBS+= -liberty +. include "../../devel/libiberty/application.mk" # need asprintf(3) .endif .include "../../archivers/bzip2/buildlink3.mk" |