diff options
author | vs <vs@FreeBSD.org> | 2005-05-25 15:19:55 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-05-25 15:19:55 +0800 |
commit | 64f9a4365d90ac640e21c69c37d4f0993eef991b (patch) | |
tree | 6c5141f49ee3f0bf71292dfa4b22c21eb3b24360 /devel | |
parent | 71f6e49c96fc31b0082189e0c6eb5e14533e0ce2 (diff) | |
download | freebsd-ports-graphics-64f9a4365d90ac640e21c69c37d4f0993eef991b.tar.gz freebsd-ports-graphics-64f9a4365d90ac640e21c69c37d4f0993eef991b.tar.zst freebsd-ports-graphics-64f9a4365d90ac640e21c69c37d4f0993eef991b.zip |
Drop another large wad (several Mb) of static libs
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libassa/Makefile | 3 | ||||
-rw-r--r-- | devel/libassa/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index 410f849b337..ffd6a3cbf62 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> diff --git a/devel/libassa/pkg-plist b/devel/libassa/pkg-plist index d69f0fbf3b7..7c0fcf94922 100644 --- a/devel/libassa/pkg-plist +++ b/devel/libassa/pkg-plist @@ -56,7 +56,6 @@ include/assa/UDPSocket.h include/assa/UNIXAddress.h include/assa/UnConUDPSocket.h include/assa/xdrIOBuffer.h -lib/libassa.a lib/libassa.so lib/libassa.so.3 libdata/pkgconfig/assa.pc |