diff options
author | jschauma <jschauma> | 2002-10-07 22:17:22 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-10-07 22:17:22 +0000 |
commit | ef9f6406818ace84e525d1129f8f1d1d59123f8a (patch) | |
tree | 8b40a5686ff2637978bdcdf9eb9c5994ab099d1c | |
parent | c08e9a09404c03f6c3417c84e215ab576dc787ca (diff) | |
download | pkgsrc-ef9f6406818ace84e525d1129f8f1d1d59123f8a.tar.gz |
If on Linux, use bzip2's buildlink2.
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index b6d7c116c86..36420c0bd40 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2002/08/28 16:49:38 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2002/10/07 22:17:22 jschauma Exp $ DISTNAME= gnome-vfs-1.0.3 CATEGORIES= sysutils gnome @@ -18,6 +18,12 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Linux" +. include "../../archivers/bzip2/buildlink2.mk" +.endif + .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/GConf/buildlink2.mk" |