diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-06 03:40:33 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-06 03:40:33 +0800 |
commit | 8c1aff8302a44e0c5518c53c33e18d7f07cda2f2 (patch) | |
tree | dbe1a5bb4c11341bfb3e326309b7dc121ac3a48c /databases | |
parent | f548e28616d44037207e86bc664708f8d4cbb037 (diff) | |
download | marcuscom-ports-8c1aff8302a44e0c5518c53c33e18d7f07cda2f2.tar marcuscom-ports-8c1aff8302a44e0c5518c53c33e18d7f07cda2f2.tar.gz marcuscom-ports-8c1aff8302a44e0c5518c53c33e18d7f07cda2f2.tar.bz2 marcuscom-ports-8c1aff8302a44e0c5518c53c33e18d7f07cda2f2.tar.lz marcuscom-ports-8c1aff8302a44e0c5518c53c33e18d7f07cda2f2.tar.xz marcuscom-ports-8c1aff8302a44e0c5518c53c33e18d7f07cda2f2.tar.zst marcuscom-ports-8c1aff8302a44e0c5518c53c33e18d7f07cda2f2.zip |
Correctly depend on libgad4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12212 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgdamm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index b3e292078..eba91f44e 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -3,12 +3,12 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD: ports/databases/libgdamm/Makefile,v 1.27 2009/02/02 01:35:53 araujo Exp $ -# $MCom: ports/databases/libgdamm/Makefile,v 1.12 2009/03/10 15:29:44 kwm Exp $ +# $MCom: ports/databases/libgdamm/Makefile,v 1.13 2009/03/17 16:32:49 kwm Exp $ # PORTNAME= libgdamm PORTVERSION= 3.99.14 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgda3 +USE_GNOME= gnomehack libgda4 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static |