diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:11:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:11:23 +0000 |
commit | 3f0ee0e031f1b32b1fc9935c1389ab2e640fd4b2 (patch) | |
tree | 17f022595add21e608c5d0f7f4d4c7dbee8889be /databases | |
parent | - Update to 1.9.4 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326105
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgdamm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/libgdamm/Makefile b/databases/libgdamm/Makefile index 3cbd8693a2ae..7f2758e9e690 100644 --- a/databases/libgdamm/Makefile +++ b/databases/libgdamm/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: libglademm -# Date created: 1 Oct 2003 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# +# Created by: Alexander Nedotsukov <bland@FreeBSD.org> # $FreeBSD$ # $MCom: ports/databases/libgdamm/Makefile,v 1.21 2010/10/23 16:04:08 kwm Exp $ -# PORTNAME= libgdamm PORTVERSION= 3.99.21 @@ -21,6 +17,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool USE_BZIP2= yes +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomehack libgda4 GNU_CONFIGURE= yes |