diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-20 02:38:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-20 02:38:21 +0800 |
commit | e710f47ecd0b51384215909e6999da79392b528d (patch) | |
tree | dd42e4ef7b7c2ec191c430c8518809e70c00703d /net | |
parent | 03f4ea0f107437e4c4cfa9d8983942924711f78c (diff) | |
download | freebsd-ports-gnome-e710f47ecd0b51384215909e6999da79392b528d.tar.gz freebsd-ports-gnome-e710f47ecd0b51384215909e6999da79392b528d.tar.zst freebsd-ports-gnome-e710f47ecd0b51384215909e6999da79392b528d.zip |
- Use USES=libtool
- Bump PORTREVISION for package change
Diffstat (limited to 'net')
-rw-r--r-- | net/gssdp/Makefile | 3 | ||||
-rw-r--r-- | net/gssdp/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index c828e9d0ce2b..d88c6d11ece6 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -3,6 +3,7 @@ PORTNAME= gssdp PORTVERSION= 0.14.7 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME @@ -24,7 +25,7 @@ GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig tar:xz +USES= gmake libtool pathfix pkgconfig tar:xz GTK3_CONFIGURE_WITH= gtk GTK3_USE= GNOME=gtk30 diff --git a/net/gssdp/pkg-plist b/net/gssdp/pkg-plist index 23177298d25b..64e26577f335 100644 --- a/net/gssdp/pkg-plist +++ b/net/gssdp/pkg-plist @@ -6,9 +6,9 @@ include/gssdp-1.0/libgssdp/gssdp-resource-group.h include/gssdp-1.0/libgssdp/gssdp.h lib/girepository-1.0/GSSDP-1.0.typelib lib/libgssdp-1.0.a -lib/libgssdp-1.0.la lib/libgssdp-1.0.so lib/libgssdp-1.0.so.3 +lib/libgssdp-1.0.so.3.0.0 libdata/pkgconfig/gssdp-1.0.pc %%GTK3%%%%DATADIR%%/gssdp-device-sniffer.ui share/gir-1.0/GSSDP-1.0.gir |