diff options
author | knu <knu@FreeBSD.org> | 2000-10-26 20:36:51 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-26 20:36:51 +0800 |
commit | 1d1f5afec31799355b42d1d4172e305fad89ef93 (patch) | |
tree | 81a8174ca39fd5d4702f074cc1139d249581574a /textproc | |
parent | 6cb813bca3422ae78dd16ae1eefafdf543718820 (diff) | |
download | freebsd-ports-gnome-1d1f5afec31799355b42d1d4172e305fad89ef93.tar.gz freebsd-ports-gnome-1d1f5afec31799355b42d1d4172e305fad89ef93.tar.zst freebsd-ports-gnome-1d1f5afec31799355b42d1d4172e305fad89ef93.zip |
Add MAKE_ARGS to tell libtool to use the specified shlib version.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/expat2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index d4960c497285..6fc57755b5dc 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -23,6 +23,7 @@ INSTALLS_SHLIBS= yes SHLIB_MAJOR= 2 +MAKE_ARGS= LIBCURRENT="${SHLIB_MAJOR}" PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" post-install: |