diff options
author | adamw <adamw@FreeBSD.org> | 2004-07-26 13:13:36 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2004-07-26 13:13:36 +0800 |
commit | a98d5a0e38ee24b1f990e7795a241222ee166146 (patch) | |
tree | 01e2d9428485f6c49527ea2d4a5c1207b36283e2 /databases/mergeant | |
parent | 78ea4ec1e12f979ad2e19b7b7ba60e2d6932ba32 (diff) | |
download | freebsd-ports-graphics-a98d5a0e38ee24b1f990e7795a241222ee166146.tar.gz freebsd-ports-graphics-a98d5a0e38ee24b1f990e7795a241222ee166146.tar.zst freebsd-ports-graphics-a98d5a0e38ee24b1f990e7795a241222ee166146.zip |
Use lthack.
Diffstat (limited to 'databases/mergeant')
-rw-r--r-- | databases/mergeant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mergeant/Makefile b/databases/mergeant/Makefile index 4fd14c52dde..5658276e361 100644 --- a/databases/mergeant/Makefile +++ b/databases/mergeant/Makefile @@ -19,7 +19,7 @@ COMMENT= Provide uniform access to data sources for the GNOME 2 environment USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomedb libgnomeprintui +USE_GNOME= gnomeprefix gnomehack libgnomedb libgnomeprintui lthack USE_PERL5= yes USE_LIBTOOL_VER= 13 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |