Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2001 20:01:01 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27978: Fix lib_depends in www/cadaver
Message-ID:  <200106090001.f59011S58776@wlgrv1.pa.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         27978
>Category:       ports
>Synopsis:       Fix lib_depends in www/cadaver
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 08 17:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jun 7 00:17:13 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Fix lib_depends in www/cadaver caught by bento
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/www/cadaver/Makefile cadaver/Makefile
--- /usr/ports/www/cadaver/Makefile	Wed Jun  6 06:22:17 2001
+++ cadaver/Makefile	Fri Jun  8 19:24:26 2001
@@ -12,7 +12,8 @@
 
 MAINTAINER=	tarkhil@over.ru
 
-LIB_DEPENDS=	neon.15:${PORTSDIR}/www/neon
+LIB_DEPENDS=	neon.15:${PORTSDIR}/www/neon \
+		intl.1:${PORTSDIR}/devel/gettext
 
 .ifndef NO_OPENSSL
 USE_OPENSSL=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106090001.f59011S58776>