aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgsf
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-07-24 02:58:07 +0800
committermarcus <marcus@FreeBSD.org>2005-07-24 02:58:07 +0800
commite8a0a42719b15e4af33f6738d13311af7f4ca77a (patch)
tree9ebb913f2e914e247cea6fa698065610005b0c0b /devel/libgsf
parent7ce93c8d46d3581cc1d2820842bcdc49abc4d224 (diff)
downloadfreebsd-ports-gnome-e8a0a42719b15e4af33f6738d13311af7f4ca77a.tar.gz
freebsd-ports-gnome-e8a0a42719b15e4af33f6738d13311af7f4ca77a.tar.zst
freebsd-ports-gnome-e8a0a42719b15e4af33f6738d13311af7f4ca77a.zip
Fix a bzip2 dependency now that the shared lib versions have been bumped
in 6.X and 7.X.
Diffstat (limited to 'devel/libgsf')
-rw-r--r--devel/libgsf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index e7a43b557eb1..d5d49080892b 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