summaryrefslogtreecommitdiff
path: root/lang/pike74
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-04-20 14:59:22 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-04-20 14:59:22 +0000
commit925d7cf2dd87ddf9ba9c9378d16aadd2035728c9 (patch)
tree3c5c1cacad6eb4f68e156a0f7d14c3603b4e3cf0 /lang/pike74
parentAdd trommler 3.4, a GTK based drum machine. (diff)
Fix dependency on freetds library (major version bump).
Bump PORTREVISION accordingly. Submitted by: Alex Kiesel <kiesel@schlund.de> (freetds maintainer)
Notes
Notes: svn path=/head/; revision=79357
Diffstat (limited to 'lang/pike74')
-rw-r--r--lang/pike74/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/pike74/Makefile b/lang/pike74/Makefile
index d9ff155c7dc8..1fa0444a7403 100644
--- a/lang/pike74/Makefile
+++ b/lang/pike74/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pike74
PORTVERSION= 7.4.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
@@ -115,7 +115,7 @@ WITH_PDF= yes
WITH_SVG2= yes
.endif
-.if exists(${LOCALBASE}/lib/libct.so.0)
+.if exists(${LOCALBASE}/lib/libct.so.1)
WITH_TDS= yes
.endif
@@ -228,7 +228,7 @@ CONFIGURE_ARGS+= --without-svg
.endif
.if defined(WITH_TDS)
-LIB_DEPENDS+= ct.0:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= ct.1:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+= --with-sybase
PLIST_SUB+= SYBASE:=""
.else