diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 06:55:18 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 06:55:18 +0800 |
commit | 7ef47488cb05bd8fb665e2190fa43d7b2255c15c (patch) | |
tree | cf4eab6ee041e4e59ea7da7125297182156d18e3 /databases/xbase/Makefile | |
parent | c43de27d1c588bf32b7c709396494cee104e252a (diff) | |
download | freebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.tar.gz freebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.tar.zst freebsd-ports-gnome-7ef47488cb05bd8fb665e2190fa43d7b2255c15c.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'databases/xbase/Makefile')
-rw-r--r-- | databases/xbase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/xbase/Makefile b/databases/xbase/Makefile index d151ee463da5..048d4a524f0a 100644 --- a/databases/xbase/Makefile +++ b/databases/xbase/Makefile @@ -16,7 +16,7 @@ COMMENT= An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library USE_AUTOTOOLS= libtool:15 USE_GNOME= lthack -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if defined(MAINTAINER_MODE) test: install |