Fix a bzip2 dependency now that the shared lib versions have been bumped

in 6.X and 7.X.
This commit is contained in:
Joe Marcus Clarke 2005-07-23 18:58:07 +00:00
parent 1566a7e9b4
commit b074d9ec2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139983

View File

@ -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