diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-20 22:59:22 +0800 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-20 22:59:22 +0800 |
commit | 925d7cf2dd87ddf9ba9c9378d16aadd2035728c9 (patch) | |
tree | 3c5c1cacad6eb4f68e156a0f7d14c3603b4e3cf0 /lang | |
parent | 44b98e1c99e9584a831c85953e400cfcc336cb20 (diff) | |
download | freebsd-ports-gnome-925d7cf2dd87ddf9ba9c9378d16aadd2035728c9.tar.gz freebsd-ports-gnome-925d7cf2dd87ddf9ba9c9378d16aadd2035728c9.tar.zst freebsd-ports-gnome-925d7cf2dd87ddf9ba9c9378d16aadd2035728c9.zip |
Fix dependency on freetds library (major version bump).
Bump PORTREVISION accordingly.
Submitted by: Alex Kiesel <kiesel@schlund.de> (freetds maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pike74/Makefile | 6 |
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 |