diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-12 11:19:18 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-12 11:19:18 +0800 |
commit | a853b2a9696728eb9406329ca1bbd17e91b2761e (patch) | |
tree | 985f1e55c00678716a2d585bade540d19a9636f0 /multimedia/xfce4-media/Makefile | |
parent | ece06b6c7022f046396addb9a60e1c2800240029 (diff) | |
download | freebsd-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/xfce4-media/Makefile')
-rw-r--r-- | multimedia/xfce4-media/Makefile | 5 |
1 files changed, 3 insertions, 2 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) |