diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-07 17:02:45 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-07 17:02:45 +0000 |
commit | b6bba25e35fd0aa42ed7a99d54f1a947f8cd575a (patch) | |
tree | 27c657938c30021604a8ebb3e1b37308244f84c2 /databases/fastdb/Makefile | |
parent | c2bc3ca8d7cb85b14d52bc4c20f8235bb48ece25 (diff) |
Notes
Diffstat (limited to 'databases/fastdb/Makefile')
-rw-r--r-- | databases/fastdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/fastdb/Makefile b/databases/fastdb/Makefile index d8f53431184b..b6addeec26a1 100644 --- a/databases/fastdb/Makefile +++ b/databases/fastdb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= fastdb -PORTVERSION= 3.29 +PORTVERSION= 3.30 CATEGORIES= databases MASTER_SITES= http://www.garret.ru/~knizhnik/ @@ -23,7 +23,7 @@ MAKE_ENV= OSTYPE="${OPSYS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" MAKEFILE= makefile -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes PORTDOCS= FastDB.htm |