diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-07 22:35:36 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-07 22:35:36 +0000 |
commit | 098e24d6a98520686f05ba1a883126194cff2bf8 (patch) | |
tree | 9a8c061ba6821ffdf640c119eb962e7efc378b35 /sysutils | |
parent | cf0b1c7919b0bac09a302802aecab0ff1ef63bd3 (diff) | |
download | pkgsrc-098e24d6a98520686f05ba1a883126194cff2bf8.tar.gz |
Hey, buildlink2 is much smarter than me. Remove conditional around
bzip2's buildlink. Pointed out by seb and wiz (separately - though
seb was faster!).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index 36420c0bd40..63d46d39b3a 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/10/07 22:17:22 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2002/10/07 22:35:36 jschauma Exp $ DISTNAME= gnome-vfs-1.0.3 CATEGORIES= sysutils gnome @@ -18,12 +18,7 @@ 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 "../../archivers/bzip2/buildlink2.mk" .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/GConf/buildlink2.mk" |