From e8a0a42719b15e4af33f6738d13311af7f4ca77a Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 23 Jul 2005 18:58:07 +0000 Subject: Fix a bzip2 dependency now that the shared lib versions have been bumped in 6.X and 7.X. --- devel/libgsf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index e7a43b5..d5d4908 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT?= An extensible i/o abstraction for dealing with structured file formats -.if !exists(/usr/lib/libbz2.so.1) +.if !exists(/usr/lib/libbz2.so) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif -- cgit v1.1