diff options
author | agc <agc> | 1998-04-24 09:20:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-24 09:20:33 +0000 |
commit | 27373d3b5e6a666045341da72e3b35f417394fdc (patch) | |
tree | 952fea766de99c1f4b39d1e2deb68084fcb17624 /mail/exmh | |
parent | 8b8e62f76f0bd9a6f565604d4889c325d544b405 (diff) | |
download | pkgsrc-27373d3b5e6a666045341da72e3b35f417394fdc.tar.gz |
Move to relative paths in the pkgsrc tree.
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 9332407bc83..6d231f3e75a 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:25 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/04/24 09:20:35 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -26,12 +26,12 @@ PATCH_DIST_ARGS= -d ${WRKSRC}/lib --forward --quiet -E ${PATCH_DIST_STRIP} MAINTAINER= packages@netbsd.org -BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 -RUN_DEPENDS= wish8.0:${PORTSDIR}/x11/tk80 +BUILD_DEPENDS= tclsh8.0:../../lang/tcl80 +RUN_DEPENDS= wish8.0:../../x11/tk80 # exmh is pretty useless without this, but it's not needed to build it. -RUN_DEPENDS+= repl:${PORTSDIR}/mail/nmh +RUN_DEPENDS+= repl:../../mail/nmh # full mime support needs mmencode/mmdecode from metamail -RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail +RUN_DEPENDS+= mmencode:../../mail/metamail DIST_SUBDIR= ${PKGNAME} |