diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-25 17:55:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-03-25 17:55:18 +0000 |
commit | 54c77ff507673151158743467cc329114b17a796 (patch) | |
tree | 947ff8b0e48b7d4274edd5e6c96c73cf7a4bfc36 /databases/mergeant | |
parent | 77bc7872d47b2288cb167643e66af73c7525b137 (diff) | |
download | ports-54c77ff507673151158743467cc329114b17a796.tar.gz ports-54c77ff507673151158743467cc329114b17a796.zip |
Notes
Diffstat (limited to 'databases/mergeant')
-rw-r--r-- | databases/mergeant/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile index fbf51b292f18..1abfae9ac82e 100644 --- a/databases/mergeant/Makefile +++ b/databases/mergeant/Makefile @@ -19,14 +19,16 @@ COMMENT= Provide uniform access to data sources for the GNOME 2 environment USE_BZIP2= yes USE_X_PREFIX= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb libgnomeprintui USE_PERL5= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_SHLIB= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +BROKEN= does not build with new libgnomedb + .include <bsd.port.mk> |