diff options
Diffstat (limited to 'devel/libassa/Makefile')
-rw-r--r-- | devel/libassa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index 410f849b3377..ffd6a3cbf62e 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -18,10 +18,11 @@ COMMENT= An C++ networking library and application framework USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes USE_LIBTOOL_VER= 15 -CONFIGURE_ARGS= --disable-html-docs +CONFIGURE_ARGS= --disable-html-docs --disable-static INSTALLS_SHLIB= yes post-patch: + @${CP} ${LTMAIN} ${WRKSRC} @${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in .include <bsd.port.mk> |