diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-24 02:58:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-24 02:58:07 +0800 |
commit | e8a0a42719b15e4af33f6738d13311af7f4ca77a (patch) | |
tree | 9ebb913f2e914e247cea6fa698065610005b0c0b /devel/libgsf | |
parent | 7ce93c8d46d3581cc1d2820842bcdc49abc4d224 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |