diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-25 20:38:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-25 20:38:05 +0000 |
commit | e227e3e27a085742112c6cd9c9708c81981056bf (patch) | |
tree | 2d6c6eb54cf4da21a104a916baee63ed0e4b8dbb /multimedia/xfce4-media | |
parent | 172b4a99f70bf139151cbe165ffd963f695beed8 (diff) |
Notes
Diffstat (limited to 'multimedia/xfce4-media')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 9d295412d6d7..7eeda600fa37 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -5,14 +5,14 @@ # $FreeBSD$ # -PORTNAME= Xfce4-media +PORTNAME= xfce4-media PORTVERSION= 0.9.1 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} DIST_SUBDIR= xfce4 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= r.c.ladan@gmail.com COMMENT= Lightweight media player for Xfce4 based on the xine engine LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ @@ -22,6 +22,8 @@ LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ USE_BZIP2= yes USE_GETOPT_LONG=yes +USE_GETTEXT= yes +#NLS is hardcoded to "yes" in source, so no WITHOUT_NLS USE_GMAKE= yes USE_GNOME= libxml2 intlhack GNU_CONFIGURE= yes |