mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Fix typos
- Pet portlint - Fix build with new XFCE framework PR: 109054 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
This commit is contained in:
parent
536e5e2a82
commit
e94b462edf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184948
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= xfce4-media
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia xfce
|
||||
MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/
|
||||
DISTNAME= xfmedia-${PORTVERSION}
|
||||
@ -20,14 +20,14 @@ LIB_DEPENDS= xine.16:${PORTSDIR}/multimedia/libxine \
|
||||
exo-0.3:${PORTSDIR}/x11/libexo
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GCC= 3.4+
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= glib20 gnomehack gnometarget gtk20 intltool intlhack pkgconfig
|
||||
USE_XFCE= configenv libexo libgui libutilpanel
|
||||
USE_XFCE= configenv libexo libgui libutil panel
|
||||
USE_XLIB= yes
|
||||
|
||||
OPTIONS= TAGLIB "Enable metadata editing" off \
|
||||
@ -58,6 +58,8 @@ CONFIGURE_ARGS+=--enable-startup-notification
|
||||
CONFIGURE_ARGS+=--disable-startup-notification
|
||||
.endif
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|xfmedia_remote_LDADD = |&@LIBXFCEGUI4_LIBS@|" \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
|
11
multimedia/xfce4-media/files/patch-gmsgfmt
Normal file
11
multimedia/xfce4-media/files/patch-gmsgfmt
Normal file
@ -0,0 +1,11 @@
|
||||
--- po/Makefile.in.in.orig Thu Feb 8 14:27:07 2007
|
||||
+++ po/Makefile.in.in Thu Feb 8 14:27:52 2007
|
||||
@@ -44,7 +44,7 @@
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
|
||||
-GMSGFMT = @GMSGFMT@
|
||||
+GMSGFMT = @INTLTOOL_MSGFMT@
|
||||
MSGFMT = @MSGFMT@
|
||||
XGETTEXT_ARGS = @XGETTEXT_ARGS@
|
||||
XGETTEXT = @XGETTEXT@ $(XGETTEXT_ARGS)
|
Loading…
Reference in New Issue
Block a user