diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 14:36:41 +0800 |
commit | ba924988158be48f52fe628d4fbe1d11f24c3ba4 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /databases | |
parent | f0ce14b31f1feae1fbe0f8354dfae3db067a6190 (diff) | |
download | freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.gz freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.tar.zst freebsd-ports-gnome-ba924988158be48f52fe628d4fbe1d11f24c3ba4.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/libgda2/Makefile b/databases/libgda2/Makefile index 53bd2cd1bfff..d1a6b6676e8a 100644 --- a/databases/libgda2/Makefile +++ b/databases/libgda2/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/databases/libgda2/Makefile,v 1.44 2008/03/11 04:21:46 mezz Exp $ -# PORTNAME= libgda2 PORTVERSION= 1.2.4 @@ -28,9 +24,8 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ CONFLICTS= libgda-0* -USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack glib20 libxslt referencehack intlhack -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |