summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-03-23 14:54:54 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-03-23 14:54:54 +0000
commit8eb7be195eba7f792f4e0fc93904deb61bb642d1 (patch)
treecc73dd283264261d6dab502730c79964f9c9a28e /databases
parentSwitch to my @FreeBSD.org email address (diff)
Fix build with glib 2.34.
Submitted by: John Marino <draco@marino.st>
Notes
Notes: svn path=/head/; revision=315037
Diffstat (limited to 'databases')
-rw-r--r--databases/mergeant/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile
index 6ea9bbe745f3..b65b4991ed5b 100644
--- a/databases/mergeant/Makefile
+++ b/databases/mergeant/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: mergeant
-# Date created: 14 September 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/databases/mergeant/Makefile,v 1.20 2008/02/05 13:30:46 kwm Exp $
-#
PORTNAME= mergeant
PORTVERSION= 0.67
@@ -19,13 +15,14 @@ COMMENT= Provide uniform access to data sources for the GNOME 2 environment
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb
+USES= pathfix
+USE_GNOME= gnomeprefix intlhack libgnomedb
USE_PERL5= yes
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
+CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>