summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--multimedia/totem-pl-parser/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index f1d845990..450b8c091 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -3,7 +3,8 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.2 2007/12/23 13:13:04 kwm Exp $
+# $MCom: ports/multimedia/totem-pl-parser/Makefile,v 1.3 2008/01/08 22:57:47 kwm Exp $
+#
PORTNAME= totem-pl-parser
PORTVERSION= 2.21.90
@@ -16,9 +17,12 @@ COMMENT= GObject-based library to parse a host of playlist formats
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
USE_BZIP2= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
USE_GNOME= gnomehack gnomeprefix gnomevfs2
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>