diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-04-29 16:47:02 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-04-29 16:47:02 +0000 |
commit | e6586a2b6c48603134fe7ee3af62761bf609a9df (patch) | |
tree | d98bc58a781a30a431ae635d6f1840f57665457f /print | |
parent | Upgrade to 1.12.1 (included in cdrecord-1.8.1). (diff) |
Attempt to fix errors caused by libwww upgrade.
NOTE: This hasn't been tested and I'm not presently able to test it.
Notes
Notes:
svn path=/head/; revision=28074
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 4e6298628c7b..74cd9131f6b7 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 4e6298628c7b..74cd9131f6b7 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 |