mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
audio/osd-lyrics: Fix iconv LDFLAGS
This commit is contained in:
parent
9fe10d0347
commit
88f1eb7ccd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329120
@ -28,7 +28,7 @@ USE_GNOME= gtk20
|
||||
USE_SQLITE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README
|
||||
LDFLAGS= ${ICONV_LIB}
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
|
||||
OPTIONS_DEFINE= DOCS MPD XMMS2 AMAROK
|
||||
MPD_DESC= Enable MPD support
|
||||
|
Loading…
Reference in New Issue
Block a user