diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-05-27 22:30:36 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-05-27 22:30:36 +0800 |
commit | ff3b4b148cb74724c71f0ca109311f74ece3b5ad (patch) | |
tree | 763aa7d493ff8a07ab00028f626b5a33b49db8da /devel/libassa | |
parent | 5eb0ddf088de3fd6064138fe6a62e27037550fcb (diff) | |
download | freebsd-ports-gnome-ff3b4b148cb74724c71f0ca109311f74ece3b5ad.tar.gz freebsd-ports-gnome-ff3b4b148cb74724c71f0ca109311f74ece3b5ad.tar.zst freebsd-ports-gnome-ff3b4b148cb74724c71f0ca109311f74ece3b5ad.zip |
Build with included libtool (no more static library), as discussed with vs.
Approved by: clement (mentor, implicit)
Diffstat (limited to 'devel/libassa')
-rw-r--r-- | devel/libassa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index b28215e18289..e2437920138e 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -17,7 +17,7 @@ COMMENT= An C++ networking library and application framework USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -USE_LIBTOOL_VER= 15 +USE_INC_LIBTOOL_VER= 15 CONFIGURE_ARGS= --disable-html-docs --disable-static INSTALLS_SHLIB= yes |