aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xine
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2004-05-21 20:57:52 +0800
committernobutaka <nobutaka@FreeBSD.org>2004-05-21 20:57:52 +0800
commit0f0ae106ee566708d44d390a19e9eb06668c4299 (patch)
treeaef3c71689f2a5db4ef664368d4d4988f369cba2 /multimedia/xine
parentfccd4a170342d2027bfd8f71cec2dfb81745d917 (diff)
downloadfreebsd-ports-gnome-0f0ae106ee566708d44d390a19e9eb06668c4299.tar.gz
freebsd-ports-gnome-0f0ae106ee566708d44d390a19e9eb06668c4299.tar.zst
freebsd-ports-gnome-0f0ae106ee566708d44d390a19e9eb06668c4299.zip
Fix build error on -stable.
PR: ports/66742 Submitted by: "Rashid N. Achilov" <shelton@sentry.granch.ru>
Diffstat (limited to 'multimedia/xine')
-rw-r--r--multimedia/xine/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile
index a70d6b8b0ca8..c426583a77df 100644
--- a/multimedia/xine/Makefile
+++ b/multimedia/xine/Makefile
@@ -61,7 +61,8 @@ WITHOUT_XFT= yes
.endif
.if ${OSVERSION} < 502000
-LIB_DEPENDS+= readline.4:${PORTSDIR}/devel/readline
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
+RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
CONFIGURE_ARGS+= --with-readline=${LOCALBASE}
.endif