diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2004-10-31 22:46:04 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2004-10-31 22:46:04 +0800 |
commit | abd129f52b62e27fe2ee3b292c0e92d8684c80f1 (patch) | |
tree | 20332ef465dad0e1e77fa3e9e7504f4e78166795 /multimedia/xine | |
parent | 358a384534101b0c11c25f26c943e130fc94e818 (diff) | |
download | freebsd-ports-gnome-abd129f52b62e27fe2ee3b292c0e92d8684c80f1.tar.gz freebsd-ports-gnome-abd129f52b62e27fe2ee3b292c0e92d8684c80f1.tar.zst freebsd-ports-gnome-abd129f52b62e27fe2ee3b292c0e92d8684c80f1.zip |
Sync with libreadline shared library version bump.
PR: ports/73163
Submitted by: "Frank J.Laszlo" <laszlof@vonostingroup.com>
Diffstat (limited to 'multimedia/xine')
-rw-r--r-- | multimedia/xine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xine/Makefile b/multimedia/xine/Makefile index 32476a6cd91e..c1578f323591 100644 --- a/multimedia/xine/Makefile +++ b/multimedia/xine/Makefile @@ -7,6 +7,7 @@ PORTNAME= xine PORTVERSION= 0.99.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -61,8 +62,7 @@ WITHOUT_XFT= yes .endif .if ${OSVERSION} < 502000 -BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline -RUN_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline +LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline CONFIGURE_ARGS+= --with-readline=${LOCALBASE} .endif |