summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-24 02:59:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-24 02:59:02 +0800
commitb109cb4350ee432c07a145631a0a80d94a7d823b (patch)
treef59fad82f2efcaf0c0d28432b588be50a76ea2cc /devel
parent1decef1e21748b0edb566d476abda7156b7cce95 (diff)
downloadmarcuscom-ports-b109cb4350ee432c07a145631a0a80d94a7d823b.tar
marcuscom-ports-b109cb4350ee432c07a145631a0a80d94a7d823b.tar.gz
marcuscom-ports-b109cb4350ee432c07a145631a0a80d94a7d823b.tar.bz2
marcuscom-ports-b109cb4350ee432c07a145631a0a80d94a7d823b.tar.lz
marcuscom-ports-b109cb4350ee432c07a145631a0a80d94a7d823b.tar.xz
marcuscom-ports-b109cb4350ee432c07a145631a0a80d94a7d823b.tar.zst
marcuscom-ports-b109cb4350ee432c07a145631a0a80d94a7d823b.zip
Fix a bzip2 dependency now that the shared lib versions have been bumped in
6.X and 7.X. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4295 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libgsf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index f292cf4ab..c78beb975 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -3,7 +3,7 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/libgsf/Makefile,v 1.11 2005/06/28 05:40:02 adamw Exp $
+# $MCom: ports/devel/libgsf/Makefile,v 1.12 2005/07/01 18:00:50 marcus Exp $
#
PORTNAME= libgsf
@@ -16,7 +16,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