aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-12 11:19:18 +0800
committerrafan <rafan@FreeBSD.org>2006-12-12 11:19:18 +0800
commita853b2a9696728eb9406329ca1bbd17e91b2761e (patch)
tree985f1e55c00678716a2d585bade540d19a9636f0 /multimedia
parentece06b6c7022f046396addb9a60e1c2800240029 (diff)
downloadfreebsd-ports-gnome-a853b2a9696728eb9406329ca1bbd17e91b2761e.tar.gz
freebsd-ports-gnome-a853b2a9696728eb9406329ca1bbd17e91b2761e.tar.zst
freebsd-ports-gnome-a853b2a9696728eb9406329ca1bbd17e91b2761e.zip
- Properly define USE_XLIB since it uses. This also fixes X11BASE issue.
- Remove trailing empty line in pkg-plist PR: ports/106622 Submitted by: Rene Ladan <r.c.ladan at gmail.com> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xfce4-media/Makefile5
-rw-r--r--multimedia/xfce4-media/pkg-plist1
2 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile
index c0bb522e1c1f..89293e15336e 100644
--- a/multimedia/xfce4-media/Makefile
+++ b/multimedia/xfce4-media/Makefile
@@ -30,6 +30,7 @@ USE_GETTEXT= yes
#NLS is hardcoded to "yes" in source, so no WITHOUT_NLS
USE_GMAKE= yes
USE_GNOME= libxml2 intlhack
+USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -41,9 +42,9 @@ INSTALLS_ICONS= yes
.if defined(WITH_TAGLIB)
LIB_DEPENDS+= tag.5:${PORTSDIR}/audio/taglib
-CONFIGURE_ARGS= --with-taglib
+CONFIGURE_ARGS+= --with-taglib
.else
-CONFIGURE_ARGS= --without-taglib
+CONFIGURE_ARGS+= --without-taglib
.endif
.if defined(WITH_DBUS)
diff --git a/multimedia/xfce4-media/pkg-plist b/multimedia/xfce4-media/pkg-plist
index 54b276dcff7f..4bb7a4772d4e 100644
--- a/multimedia/xfce4-media/pkg-plist
+++ b/multimedia/xfce4-media/pkg-plist
@@ -98,4 +98,3 @@ share/xfmedia/doc/xfce.css
@dirrmtry share/locale/uk
@dirrmtry share/locale/zh_TW/LC_MESSAGES
@dirrmtry share/locale/zh_TW
-