diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-27 05:23:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-27 05:23:35 +0800 |
commit | 36bd1e7466b0fa36e421222eee27823196ea7ec4 (patch) | |
tree | f4e3983b13cc16065bf493375ca83723070cd784 | |
parent | 9138eebff7c87ce5788a2e7a415666c15326c1ca (diff) | |
download | marcuscom-ports-36bd1e7466b0fa36e421222eee27823196ea7ec4.tar marcuscom-ports-36bd1e7466b0fa36e421222eee27823196ea7ec4.tar.gz marcuscom-ports-36bd1e7466b0fa36e421222eee27823196ea7ec4.tar.bz2 marcuscom-ports-36bd1e7466b0fa36e421222eee27823196ea7ec4.tar.lz marcuscom-ports-36bd1e7466b0fa36e421222eee27823196ea7ec4.tar.xz marcuscom-ports-36bd1e7466b0fa36e421222eee27823196ea7ec4.tar.zst marcuscom-ports-36bd1e7466b0fa36e421222eee27823196ea7ec4.zip |
Fix the dependency on libgda3 for the slave ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10547 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/libgda3-firebird/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda3-freetds/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda3-ldap/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda3-mdb/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda3-mysql/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda3-odbc/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda3-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda3/Makefile | 4 |
8 files changed, 10 insertions, 22 deletions
diff --git a/databases/libgda3-firebird/Makefile b/databases/libgda3-firebird/Makefile index e94923f4f..a2482458c 100644 --- a/databases/libgda3-firebird/Makefile +++ b/databases/libgda3-firebird/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/databases/libgda3-firebird/Makefile,v 1.1 2008/02/05 13:06:53 kwm Exp $ # PORTREVISION?= 0 @@ -20,6 +20,4 @@ PLIST= ${.CURDIR}/pkg-plist LIBGDA3_SLAVE= firebird -USE_GNOME+= libgda3 - .include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-freetds/Makefile b/databases/libgda3-freetds/Makefile index ad732b644..8da257519 100644 --- a/databases/libgda3-freetds/Makefile +++ b/databases/libgda3-freetds/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/databases/libgda3-freetds/Makefile,v 1.1 2008/02/05 13:06:53 kwm Exp $ # PORTREVISION?= 0 @@ -20,6 +20,4 @@ PLIST= ${.CURDIR}/pkg-plist LIBGDA3_SLAVE= freetds -USE_GNOME+= libgda3 - .include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-ldap/Makefile b/databases/libgda3-ldap/Makefile index 4e93e1187..3586d3b77 100644 --- a/databases/libgda3-ldap/Makefile +++ b/databases/libgda3-ldap/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/databases/libgda3-ldap/Makefile,v 1.1 2008/02/05 13:06:54 kwm Exp $ # PORTREVISION?= 0 @@ -20,6 +20,4 @@ PLIST= ${.CURDIR}/pkg-plist LIBGDA3_SLAVE= ldap -USE_GNOME+= libgda3 - .include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mdb/Makefile b/databases/libgda3-mdb/Makefile index c1053141e..1de09985e 100644 --- a/databases/libgda3-mdb/Makefile +++ b/databases/libgda3-mdb/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/databases/libgda3-mdb/Makefile,v 1.1 2008/02/05 13:06:54 kwm Exp $ # PORTREVISION?= 0 @@ -20,6 +20,4 @@ PLIST= ${.CURDIR}/pkg-plist LIBGDA3_SLAVE= mdb -USE_GNOME+= libgda3 - .include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-mysql/Makefile b/databases/libgda3-mysql/Makefile index 5f0955eaf..798576c6c 100644 --- a/databases/libgda3-mysql/Makefile +++ b/databases/libgda3-mysql/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/databases/libgda3-mysql/Makefile,v 1.1 2008/02/05 13:06:54 kwm Exp $ # PORTREVISION?= 0 @@ -20,6 +20,4 @@ PLIST= ${.CURDIR}/pkg-plist LIBGDA3_SLAVE= mysql -USE_GNOME+= libgda3 - .include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-odbc/Makefile b/databases/libgda3-odbc/Makefile index 9ececdb00..88acda7fb 100644 --- a/databases/libgda3-odbc/Makefile +++ b/databases/libgda3-odbc/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/databases/libgda3-odbc/Makefile,v 1.1 2008/02/05 13:06:55 kwm Exp $ # PORTREVISION?= 0 @@ -20,6 +20,4 @@ PLIST= ${.CURDIR}/pkg-plist LIBGDA3_SLAVE= odbc -USE_GNOME+= libgda3 - .include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3-postgresql/Makefile b/databases/libgda3-postgresql/Makefile index 141186e4f..cea8ff816 100644 --- a/databases/libgda3-postgresql/Makefile +++ b/databases/libgda3-postgresql/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/databases/libgda3-postgresql/Makefile,v 1.1 2008/02/05 13:06:55 kwm Exp $ # PORTREVISION?= 0 @@ -20,6 +20,4 @@ PLIST= ${.CURDIR}/pkg-plist LIBGDA3_SLAVE= postgresql -USE_GNOME+= libgda3 - .include "${MASTERDIR}/Makefile" diff --git a/databases/libgda3/Makefile b/databases/libgda3/Makefile index fb81dc1d9..38b0a8dd7 100644 --- a/databases/libgda3/Makefile +++ b/databases/libgda3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/libgda3/Makefile,v 1.7 2008/02/05 13:06:53 kwm Exp $ +# $MCom: ports/databases/libgda3/Makefile,v 1.8 2008/02/06 01:03:06 marcus Exp $ # PORTNAME= libgda3 @@ -41,6 +41,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .if LIBGDA3_SLAVE=="no" MAN1= gda-config-tool-3.0.1 MAN5= gda-config-3.0.5 +.else +USE_GNOME+= libgda3 .endif PLIST_SUB= VERSION=${PORTVERSION:R} |