summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-25 21:20:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-25 21:20:22 +0000
commitfdebe69aed186c4696a6b388738280326bfde90d (patch)
tree26e9a4cc23189f4b8dbd20411284eb94af1df48a /multimedia
parentFix build with linker that does not copy the dt_need from libraries it links (diff)
Fix build with linker that does not copy the dt_need from libraries it links
with like recent binutils. [1] While here: - Remove useless MACROS - Convert from USE_GMAKE to USES=gmake Obtained from: DPorts [1]
Notes
Notes: svn path=/head/; revision=323670
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gnome-mplayer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/multimedia/gnome-mplayer/Makefile b/multimedia/gnome-mplayer/Makefile
index 6e5039de75d1..5c385230fb05 100644
--- a/multimedia/gnome-mplayer/Makefile
+++ b/multimedia/gnome-mplayer/Makefile
@@ -22,10 +22,8 @@ GIO_DESC= Use GIO for file I/O
GPOD_DESC= Add support for libgpod
NAUPLUG_DESC= Enable Nautilus plugin
-MAKE_JOBS_SAFE= yes
-
+USES= gmake
GNU_CONFIGURE= yes
-USE_GMAKE= yes
USE_GNOME= glib20
USE_XORG= x11 xscrnsaver
INSTALLS_ICONS= yes
@@ -88,6 +86,7 @@ CONFIGURE_ARGS+= --enable-nautilus=no
USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
+LDFLAGS+= -lintl
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "