diff options
author | jseger <jseger@FreeBSD.org> | 2000-04-29 16:47:02 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-04-29 16:47:02 +0000 |
commit | 5f634a8bd5a7765f9dafd95a2c4ff8e9f4c3b2f4 (patch) | |
tree | aaa58fa3eb29355e7c41b3a5d3e4e13faea0b034 /print | |
parent | 5f7bf6e9194a40b871c1aa3d48a336e7b4cb3e9f (diff) | |
download | FreeBSD-ports-5f634a8bd5a7765f9dafd95a2c4ff8e9f4c3b2f4.zip FreeBSD-ports-5f634a8bd5a7765f9dafd95a2c4ff8e9f4c3b2f4.tar.gz |
Attempt to fix errors caused by libwww upgrade.
NOTE: This hasn't been tested and I'm not presently able to test it.
Diffstat (limited to 'print')
-rw-r--r-- | print/teTeX-base/Makefile | 2 | ||||
-rw-r--r-- | print/teTeX/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 4e62986..74cd913 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${TETEX_SRC} ${TETEX_TEXMF} MAINTAINER= br@netland.inka.de LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ - www.6:${PORTSDIR}/www/libwww + wwwcore.1:${PORTSDIR}/www/libwww USE_XLIB= yes MANUAL_PACKAGE_BUILD= can only build with empty /usr/local diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 4e62986..74cd913 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${TETEX_SRC} ${TETEX_TEXMF} MAINTAINER= br@netland.inka.de LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ - www.6:${PORTSDIR}/www/libwww + wwwcore.1:${PORTSDIR}/www/libwww USE_XLIB= yes MANUAL_PACKAGE_BUILD= can only build with empty /usr/local |