diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 23:34:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-30 23:34:30 +0800 |
commit | ea8c717fdc2ecbe79abe589b3bde8af283046617 (patch) | |
tree | 281f3c81de0f51487d572e11ec23dd1a12b7d5e2 /net-im/loudmouth | |
parent | fa6cc15e6194e91512d4841355e0e72de3f22607 (diff) | |
download | freebsd-ports-gnome-ea8c717fdc2ecbe79abe589b3bde8af283046617.tar.gz freebsd-ports-gnome-ea8c717fdc2ecbe79abe589b3bde8af283046617.tar.zst freebsd-ports-gnome-ea8c717fdc2ecbe79abe589b3bde8af283046617.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Approved by: kwm
Diffstat (limited to 'net-im/loudmouth')
-rw-r--r-- | net-im/loudmouth/Makefile | 8 | ||||
-rw-r--r-- | net-im/loudmouth/pkg-plist | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile index 102d50f6fbed..312f39de953a 100644 --- a/net-im/loudmouth/Makefile +++ b/net-im/loudmouth/Makefile @@ -3,7 +3,7 @@ PORTNAME= loudmouth PORTVERSION= 1.4.3 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -12,10 +12,10 @@ COMMENT= Lightweight Jabber client library LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn -USES= gettext gmake pkgconfig tar:bzip2 -USE_AUTOTOOLS= libtool +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 +GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 ltverhack +USE_GNOME= glib20 CONFIGURE_ARGS= --disable-gtk-doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -Wl,-Bsymbolic -L${LOCALBASE}/lib diff --git a/net-im/loudmouth/pkg-plist b/net-im/loudmouth/pkg-plist index 540f79e0582f..b133569f90d3 100644 --- a/net-im/loudmouth/pkg-plist +++ b/net-im/loudmouth/pkg-plist @@ -8,9 +8,9 @@ include/loudmouth-1.0/loudmouth/lm-ssl.h include/loudmouth-1.0/loudmouth/lm-utils.h include/loudmouth-1.0/loudmouth/loudmouth.h lib/libloudmouth-1.a -lib/libloudmouth-1.la lib/libloudmouth-1.so lib/libloudmouth-1.so.0 +lib/libloudmouth-1.so.0.1.0 libdata/pkgconfig/loudmouth-1.0.pc share/gtk-doc/html/loudmouth/ch01.html share/gtk-doc/html/loudmouth/home.png |