diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-29 12:20:53 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-29 12:20:53 +0800 |
commit | ca9383db986f05fe3c6916c82bae9feba3ec22c8 (patch) | |
tree | 7e965261e7f7cfc5e86b2d27b297edb62762c050 | |
parent | 990a889f7f716b0c31f6e5fc3bf9f85a3eb91a7e (diff) | |
download | marcuscom-ports-ca9383db986f05fe3c6916c82bae9feba3ec22c8.tar marcuscom-ports-ca9383db986f05fe3c6916c82bae9feba3ec22c8.tar.gz marcuscom-ports-ca9383db986f05fe3c6916c82bae9feba3ec22c8.tar.bz2 marcuscom-ports-ca9383db986f05fe3c6916c82bae9feba3ec22c8.tar.lz marcuscom-ports-ca9383db986f05fe3c6916c82bae9feba3ec22c8.tar.xz marcuscom-ports-ca9383db986f05fe3c6916c82bae9feba3ec22c8.tar.zst marcuscom-ports-ca9383db986f05fe3c6916c82bae9feba3ec22c8.zip |
Add a missing dependency to fix the build, intlhack (will input intltool).
Submitted by: ade (found by his tinderbox)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4985 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | databases/libgda2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index ec4859f34..4d9b7501e 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/libgda2/Makefile,v 1.30 2005/08/10 19:22:13 marcus Exp $ +# $MCom: ports/databases/libgda2/Makefile,v 1.31 2005/10/13 19:55:55 marcus Exp $ # PORTNAME= libgda2 PORTVERSION= 1.9.100 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R} @@ -22,7 +23,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt +USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes |