diff options
author | steve <steve@FreeBSD.org> | 1999-09-07 10:45:31 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-07 10:45:31 +0000 |
commit | d0d96303ee8833a968f363c21f48aa92cf3c552b (patch) | |
tree | 2dfea2e4170cf54d6d3944b40ab7af9ebba7b51e /math/grace | |
parent | 7a9a2f6f2b4b6880957b942b0d65ffab8885c26a (diff) | |
download | FreeBSD-ports-d0d96303ee8833a968f363c21f48aa92cf3c552b.zip FreeBSD-ports-d0d96303ee8833a968f363c21f48aa92cf3c552b.tar.gz |
The tiff port now lives in ports/graphics/tiff.
Diffstat (limited to 'math/grace')
-rw-r--r-- | math/grace/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 6460688..afca69f 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -24,19 +24,21 @@ MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE BUILD_DEPENDS= ${X11BASE}/lib/libhlpclient.a:${PORTSDIR}/x11/libhelp \ ${LOCALBASE}/lib/libmfhdf.a:${PORTSDIR}/graphics/hdf \ - ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd \ - ${LOCALBASE}/lib/libpdf.a:${PORTSDIR}/print/pdflib + ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd LIB_DEPENDS= Xbae.6:${PORTSDIR}/x11-toolkits/xbae \ Xpm.4:${PORTSDIR}/graphics/xpm \ fftw.2:${PORTSDIR}/math/fftw \ - tiff.4:${PORTSDIR}/graphics/tiff34 + pdf.2:${PORTSDIR}/print/pdflib \ + tiff.4:${PORTSDIR}/graphics/tiff + +BROKEN= "rstdrv.o: undefined reference to gdImageGif" USE_X_PREFIX= YES USE_GMAKE= YES REQUIRES_MOTIF= YES HAS_CONFIGURE= YES CONFIGURE_ARGS= -prefix=${X11BASE} \ - --enable-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include:${LOCALBASE}/include/tiff34:${LOCALBASE}/include/gd \ + --enable-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include:${LOCALBASE}/include/gd \ --enable-extra-ldpath=${LOCALBASE}/lib --enable-libhelp \ --enable-mfhdf --enable-grace-home=${X11BASE}/lib/X11/grace |