diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 06:36:52 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 06:36:52 +0000 |
commit | 704e9d5a8b64328dd486078da5e1804e8bec62e5 (patch) | |
tree | 249b3747ac637b572578ac265103a6dbb1bc2c6a /textproc/expat2 | |
parent | add cotty 0.4c (diff) |
I forgot to bump shlib version.
Spotted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'textproc/expat2')
-rw-r--r-- | textproc/expat2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 2a885bb8e690..4060998ee30a 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -19,7 +19,7 @@ ALL_TARGET= default INSTALLS_SHLIB= yes MAN1= xmlwf.1 -SHLIB_MAJOR= 3 +SHLIB_MAJOR= 4 MAKE_ENV= LIBCURRENT="${SHLIB_MAJOR}" \ SHELL="/bin/sh" |