diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2007-03-29 10:21:52 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2007-03-29 10:21:52 +0000 |
commit | f562ba80cc296e3b191a4517791cc0eee0672953 (patch) | |
tree | 10a95335b680272e93b16ef363edb3e2c891ac95 /textproc/sablotron/Makefile | |
parent | 61f3adc3dcddf85b1a667e37798c29f62530fb1a (diff) |
Notes
Diffstat (limited to 'textproc/sablotron/Makefile')
-rw-r--r-- | textproc/sablotron/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index ea59451e1c59..188cf632ac5b 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Sablot -PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTVERSION= 1.0.3 CATEGORIES= textproc MASTER_SITES= http://download-1.gingerall.cz/download/sablot/ @@ -23,7 +22,7 @@ OPTIONS= DISABLE_META "Do not output the META html tag" off \ CHECK_LEAKS "Enable memory leaks checking" off \ DEBUGGER "Enable debugger" off -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SHLIB_MAJOR= 70 # API changes counter PLIST_SUB+= SHLIB_MAJOR="${SHLIB_MAJOR}" |