diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-02 05:25:10 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-02 05:25:10 +0800 |
commit | 8012e71f6410e67c8b56f1a6e673c2357616dead (patch) | |
tree | f90ac2e2269a111b24b1d71b99f35658e5191287 /www/linux-opera | |
parent | 51f7776d66e6cfad39ae7a172c59f0088a300b83 (diff) | |
download | freebsd-ports-gnome-8012e71f6410e67c8b56f1a6e673c2357616dead.tar.gz freebsd-ports-gnome-8012e71f6410e67c8b56f1a6e673c2357616dead.tar.zst freebsd-ports-gnome-8012e71f6410e67c8b56f1a6e673c2357616dead.zip |
Chase the linux-openmotif shared library version and mark biology/spdbv as
broke, I get no respone from the maintainer since Oct 22, 2004. The
www/linux-opera works fine with new linux-openmotif. Also, bump PORTREVISION.
To fix or update for biology/spdbv is welcome, I shall commit them if I get
patch(es) in my Inbox.
Diffstat (limited to 'www/linux-opera')
-rw-r--r-- | www/linux-opera/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 9688fa70dad4..301ee7898b75 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -7,6 +7,7 @@ PORTNAME= opera PORTVERSION= ${OPERA_VER}.${OPERA_DATE} +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= ftp://ftp.opera.com/pub/opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \ ftp://ftp.sunet.se/pub/www/clients/Opera/linux/${OPERA_VER:S/.//}/final/en/i386/static/ \ @@ -47,10 +48,10 @@ RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXrandr.so.2:${PORTSDIR}/x11/linux-XF ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \ ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \ ${LINUXBASE}/usr/lib/libaspell.so.15:${PORTSDIR}/textproc/linux-aspell \ - ${LINUXBASE}/usr/X11R6/lib/libXm.so.2.1:${PORTSDIR}/x11-toolkits/linux-openmotif + ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif WITH_LINUX8= yes .else -RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXm.so.2.1:${PORTSDIR}/x11-toolkits/linux-openmotif +RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif USE_LINUX= yes .endif |