diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-17 07:43:11 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-17 07:43:11 +0000 |
commit | d64bffd8a79466940864ae1444d38d88c9623b76 (patch) | |
tree | 075d870eed426917e29a3805425da4ae2cb4ba25 /biology | |
parent | 4b05de235967dfe80014c5501e87bd15d6171bcf (diff) | |
download | FreeBSD-ports-d64bffd8a79466940864ae1444d38d88c9623b76.zip FreeBSD-ports-d64bffd8a79466940864ae1444d38d88c9623b76.tar.gz |
Unquote the IGNORE string.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/spdbv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/spdbv/Makefile b/biology/spdbv/Makefile index 989795e..e1f2f64 100644 --- a/biology/spdbv/Makefile +++ b/biology/spdbv/Makefile @@ -27,7 +27,7 @@ RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libMesaGL.so.3:${PORTSDIR}/graphics/linu SPDBV= SPDBV -IGNORE= "Incompatible with new x11-toolkits/linux-openmotif 2.2.4" +IGNORE= Incompatible with new x11-toolkits/linux-openmotif 2.2.4 WRKSRC= ${WRKDIR}/SPDBV_DISTRIBUTION |