diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-05-21 20:57:52 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-05-21 20:57:52 +0800 |
commit | 0f0ae106ee566708d44d390a19e9eb06668c4299 (patch) | |
tree | aef3c71689f2a5db4ef664368d4d4988f369cba2 /multimedia/xine | |
parent | fccd4a170342d2027bfd8f71cec2dfb81745d917 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |