diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 03:02:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-20 03:02:38 +0800 |
commit | 8e43a6051b99f75646ad41803c32e24dd36891be (patch) | |
tree | 7f62c79178d2a4c9628588a38acdad8f64cdbdbe /deskutils | |
parent | cfdc2b6f4fc64eeaa9bbf48b6f5b8463edaf30eb (diff) | |
download | freebsd-ports-gnome-8e43a6051b99f75646ad41803c32e24dd36891be.tar.gz freebsd-ports-gnome-8e43a6051b99f75646ad41803c32e24dd36891be.tar.zst freebsd-ports-gnome-8e43a6051b99f75646ad41803c32e24dd36891be.zip |
- Drop .la files, no dependees require them
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/libopensync-plugin-sunbird/Makefile | 4 | ||||
-rw-r--r-- | deskutils/libopensync-plugin-sunbird/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/libopensync-plugin-sunbird/Makefile b/deskutils/libopensync-plugin-sunbird/Makefile index 303214d4f861..0eb877d9d923 100644 --- a/deskutils/libopensync-plugin-sunbird/Makefile +++ b/deskutils/libopensync-plugin-sunbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= libopensync-plugin-sunbird PORTVERSION= 0.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ @@ -13,7 +13,7 @@ COMMENT= Sunbird plugin for the OpenSync framework LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync022 \ libneon.so:${PORTSDIR}/www/neon29 -USES= pkgconfig tar:bzip2 +USES= libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 libxml2 diff --git a/deskutils/libopensync-plugin-sunbird/pkg-plist b/deskutils/libopensync-plugin-sunbird/pkg-plist index 2d6f5cea5e98..f87a05d4bcc5 100644 --- a/deskutils/libopensync-plugin-sunbird/pkg-plist +++ b/deskutils/libopensync-plugin-sunbird/pkg-plist @@ -1,5 +1,4 @@ lib/opensync/plugins/sunbird_sync.so -lib/opensync/plugins/sunbird_sync.la share/opensync/defaults/sunbird-sync @dirrmtry lib/opensync/plugins @dirrmtry lib/opensync |