diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:13:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:13:24 +0000 |
commit | 4ad2671dc72463274d5e8748d71f30fa4e94e254 (patch) | |
tree | 6dc7cce31ad48a51385bf88ba78f85a518310523 /databases/mergeant | |
parent | 39653fbdad4cf20d13367e73dbc7a252456365f6 (diff) |
Notes
Diffstat (limited to 'databases/mergeant')
-rw-r--r-- | databases/mergeant/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile index f0eee69981be..d38a98a59b3b 100644 --- a/databases/mergeant/Makefile +++ b/databases/mergeant/Makefile @@ -15,19 +15,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Provide uniform access to data sources for the GNOME 2.0 environment -LIB_DEPENDS= gnomedb-2.2:${PORTSDIR}/databases/libgnomedb \ - gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack libgnomedb libgnomeprintui USE_PERL5= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |