diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-21 20:40:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-21 20:40:17 +0800 |
commit | 205739a6ef58aa5aa1e267b059c84ad8601621fc (patch) | |
tree | 3d580305f2e25771ca304959db247a00e6630f9c /multimedia/totem-pl-parser/Makefile | |
parent | 07c2c50f140dff4bd2cecdb2ca0af684e79d8d83 (diff) | |
download | marcuscom-ports-205739a6ef58aa5aa1e267b059c84ad8601621fc.tar marcuscom-ports-205739a6ef58aa5aa1e267b059c84ad8601621fc.tar.gz marcuscom-ports-205739a6ef58aa5aa1e267b059c84ad8601621fc.tar.bz2 marcuscom-ports-205739a6ef58aa5aa1e267b059c84ad8601621fc.tar.lz marcuscom-ports-205739a6ef58aa5aa1e267b059c84ad8601621fc.tar.xz marcuscom-ports-205739a6ef58aa5aa1e267b059c84ad8601621fc.tar.zst marcuscom-ports-205739a6ef58aa5aa1e267b059c84ad8601621fc.zip |
Update to 2.32.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16315 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem-pl-parser/Makefile')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 5ee499691..8123ebd8b 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.46 2011/03/21 18:46:26 kwm Exp $ +# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.47 2011/05/11 07:33:51 kwm Exp $ # PORTNAME= totem-pl-parser -PORTVERSION= 2.32.5 +PORTVERSION= 2.32.6 CATEGORIES= multimedia gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -20,13 +20,13 @@ LIB_DEPENDS= gmime-2.4.6:${PORTSDIR}/mail/gmime24 \ soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection -USE_BZIP2= yes +USE_XZ= yes USE_GMAKE= yes USE_GNOME= gnomehack gnomeprefix glib20 libxml2 intlhack ltverhack USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |