diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 17:10:29 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-31 17:10:29 +0000 |
commit | 66009c777d056e776599227c65d6a140437a383c (patch) | |
tree | fd0ccd0c3f396276e0c9967f1629cb4b47e4f80e /databases/xbase/Makefile | |
parent | c37f08f501cf8c25a55cfc2df7348a78ea7df0bd (diff) |
Notes
Diffstat (limited to 'databases/xbase/Makefile')
-rw-r--r-- | databases/xbase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/xbase/Makefile b/databases/xbase/Makefile index 875c9c966801..ca67981a8b71 100644 --- a/databases/xbase/Makefile +++ b/databases/xbase/Makefile @@ -13,7 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library -USE_INC_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 +USE_GNOME= lthack INSTALLS_SHLIB= yes .if defined(MAINTAINER_MODE) |