- 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)
This commit is contained in:
parent
9ffc9ef7c5
commit
2a1a037490
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179534
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue