diff options
author | mezz <mezz@FreeBSD.org> | 2004-11-01 21:25:10 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-11-01 21:25:10 +0000 |
commit | 8012e71f6410e67c8b56f1a6e673c2357616dead (patch) | |
tree | f90ac2e2269a111b24b1d71b99f35658e5191287 /biology | |
parent | 51f7776d66e6cfad39ae7a172c59f0088a300b83 (diff) | |
download | FreeBSD-ports-8012e71f6410e67c8b56f1a6e673c2357616dead.zip FreeBSD-ports-8012e71f6410e67c8b56f1a6e673c2357616dead.tar.gz |
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 'biology')
-rw-r--r-- | biology/spdbv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/biology/spdbv/Makefile b/biology/spdbv/Makefile index e6344c5..4345c29 100644 --- a/biology/spdbv/Makefile +++ b/biology/spdbv/Makefile @@ -7,6 +7,7 @@ PORTNAME= spdbv PORTVERSION= 3.7 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://au.expasy.org/spdbv/program/ \ http://www.expasy.org/spdbv/program/ \ @@ -22,10 +23,12 @@ MAINTAINER= chuynh@biolateral.com.au COMMENT= Deep View Swiss-PdbViewer is a Protein viewer and analysis tool RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libMesaGL.so.3:${PORTSDIR}/graphics/linux_mesa3 \ - ${LINUXBASE}${X11BASE}/lib/libXm.so.2:${PORTSDIR}/x11-toolkits/linux-openmotif + ${LINUXBASE}${X11BASE}/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif SPDBV= SPDBV +BROKEN= "Incompatible with new x11-toolkits/linux-opera 2.2.4" + WRKSRC= ${WRKDIR}/SPDBV_DISTRIBUTION USE_LINUX= yes |