aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xine
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-05-21 12:57:52 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2004-05-21 12:57:52 +0000
commitbdb6211c934bfed098f325435047c0c234b20c8a (patch)
treeceed31ccc8ead6f1e7cc2e27daaeef1922c37965 /multimedia/xine
parent49e7f57b2db7e08d1db3710197249c1dcb329b68 (diff)
downloadports-bdb6211c934bfed098f325435047c0c234b20c8a.tar.gz
ports-bdb6211c934bfed098f325435047c0c234b20c8a.zip
Fix build error on -stable.
PR: ports/66742 Submitted by: "Rashid N. Achilov" <shelton@sentry.granch.ru>
Notes
Notes: svn path=/head/; revision=109625
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