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 | 867a283ed5d36402b93c503c0a01504fe88d779a (patch) | |
tree | 484c2feb723cc81410d271088f8d0687358670df /archivers | |
parent | 234d98a3d3150424e1c86a3cf5e10e6061641cd8 (diff) | |
download | pkgsrc-867a283ed5d36402b93c503c0a01504fe88d779a.tar.gz |
Use new libiberty/application.mk include.
Diffstat (limited to 'archivers')
-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" |