diff options
Diffstat (limited to 'net/grilo-plugins/Makefile')
-rw-r--r-- | net/grilo-plugins/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile index 43fdcaf6c..88eef4096 100644 --- a/net/grilo-plugins/Makefile +++ b/net/grilo-plugins/Makefile @@ -1,6 +1,6 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports-experimental/trunk/net/grilo-plugins/Makefile 19450 2014-04-05 11:31:57Z gusi $ +# $MCom$ PORTNAME= grilo-plugins PORTVERSION= 0.2.12 @@ -16,7 +16,7 @@ LIB_DEPENDS= libgrilo-0.2.so:${PORTSDIR}/net/grilo USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz USE_LDCONFIG= yes -USE_GNOME= glib20 gnomehier intlhack libxml2 ltverhack +USE_GNOME= glib20 gnomehier intlhack libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/grilo-0.2/ LDFLAGS+= -L${LOCALBASE}/lib @@ -28,7 +28,4 @@ TRACKER_CONFIGURE_ENABLE= migration TRACKER_LIB_DEPENDS= libtracker-sparql-1.0.so:${PORTSDIR}/sysutils/tracker TRACKER_DESC= Tracker support for grilo (used by gnome-music and possibly others) -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/grilo-0.2/libgrl*.so - .include <bsd.port.mk> |