Hi,

This helps when I have db/v3 and db/v4 installed and I want to do
pkg_add -ui. pkg tools are confused and they see only major=3.

-- 
best regards
q#
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/evolution-data-server/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile    21 Nov 2007 16:10:23 -0000      1.22
+++ Makefile    25 Nov 2007 01:53:16 -0000
@@ -6,6 +6,7 @@
 
 GNOME_PROJECT=         evolution-data-server
 GNOME_VERSION=         1.12.1
+PKGNAME=               ${DISTNAME}p0
 
 CATEGORIES=            databases
 SHARED_LIBS += edataserver-1.2      10.0     # .10.0
@@ -41,7 +42,7 @@
 
 BUILD_DEPENDS=         :bison-*:devel/bison \
                        :libgnomeui-*:x11/gnome/libgnomeui
-LIB_DEPENDS=           db::databases/db/v4 \
+LIB_DEPENDS=           db:db-4.*:databases/db/v4 \
                        ldap,lber::databases/openldap \
                        glade-2.0::devel/libglade2 \
                        soup-2.2.>=7.0::devel/libsoup \

Reply via email to