diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-30 10:52:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-30 10:52:17 +0000 |
commit | 0813b7949ac1fc7682b8d395dfb26a26da78ea1c (patch) | |
tree | 3a71cc85812e21129cfcd6d719bec978f3120176 | |
parent | 39d7e302065f1d793bb148f9bda7f250a1462748 (diff) | |
download | freebsd-ports-0813b7949ac1fc7682b8d395dfb26a26da78ea1c.zip |
- Strip libraries
-rw-r--r-- | devel/libopensync022/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index 0b954af7a502..8dbff0429657 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopensync PORTVERSION= 0.22 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ PKGNAMESUFFIX= 022 @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig python tar:bzip2 USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CONFLICTS= libopensync-0.[3-9]* |