diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 03:44:33 +0800 |
commit | 817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (patch) | |
tree | 5a679ff3c41382969b2e70a71da9a9484e795111 /devel/libgdata | |
parent | 44dcca2542e8092cf3bd06845987212d9b95886c (diff) | |
download | marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.gz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.bz2 marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.lz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.xz marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.tar.zst marcuscom-ports-817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf.zip |
Remove keepla from MC. While here do other changes:
- Remove STRIP_CMD all over the place and replace
that with INSTALL_TARGET=install-tsrip
- Drop full path *_DEPENDS (like ${LOCALBASE}/bin/flex)
and use either binary names (when possible) or
package names instead.
I've been tempted to convert options to a more compact form, but
this will happen in the future.
Tested by: two complete poudriere runs
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19813 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata')
-rw-r--r-- | devel/libgdata/Makefile | 3 | ||||
-rw-r--r-- | devel/libgdata/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index f09e45879..aab32cff6 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -4,6 +4,7 @@ PORTNAME= libgdata PORTVERSION= 0.14.3 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -20,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss CONFLICTS= libgdata-0.6.* -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 gnomehier gnomeprefix intltool \ introspection:build USE_LDCONFIG= yes diff --git a/devel/libgdata/pkg-plist b/devel/libgdata/pkg-plist index ae612ca42..57098ba19 100644 --- a/devel/libgdata/pkg-plist +++ b/devel/libgdata/pkg-plist @@ -89,7 +89,6 @@ include/libgdata/gdata/services/youtube/gdata-youtube-state.h include/libgdata/gdata/services/youtube/gdata-youtube-video.h lib/girepository-1.0/GData-0.0.typelib lib/libgdata.a -lib/libgdata.la lib/libgdata.so lib/libgdata.so.13 lib/libgdata.so.13.5.4 |