diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 14:36:52 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2002-09-17 14:36:52 +0800 |
commit | 1dfb5780c28957c54f1f2afe58a6b4d29905aa36 (patch) | |
tree | f2efc669d3ae9b5332e0fc1278c8008638067df3 /textproc/expat2 | |
parent | f993f61c6085ed7282dee9d7a74ec13fb66f3a6d (diff) | |
download | freebsd-ports-gnome-1dfb5780c28957c54f1f2afe58a6b4d29905aa36.tar.gz freebsd-ports-gnome-1dfb5780c28957c54f1f2afe58a6b4d29905aa36.tar.zst freebsd-ports-gnome-1dfb5780c28957c54f1f2afe58a6b4d29905aa36.zip |
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" |