diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2007-01-06 19:34:50 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2007-01-06 19:34:50 +0000 |
commit | b936994823f8e525d5a0c89f6b347b4096bc2f39 (patch) | |
tree | e39feac173b14101dc9111b4bb10b49ab87f236d /databases | |
parent | Add a patch which lets this compile on my -current system. (diff) |
Add conflicts with libgda2.
Approved by: gnome (mezz)
Notes
Notes:
svn path=/head/; revision=181641
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/libgda/Makefile b/databases/libgda/Makefile index 6cca07684c21..a0648b5668f5 100644 --- a/databases/libgda/Makefile +++ b/databases/libgda/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgda PORTVERSION= 0.2.96 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 @@ -19,6 +19,8 @@ COMMENT= Provides uniform access to different kinds of data sources LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +CONFLICTS= libgda2*-[0-9]* + USE_BZIP2= yes USE_XLIB= yes USE_GNOME= gnomehack gnomeprefix gnomehier gconf bonobo |