aboutsummaryrefslogtreecommitdiffstats
path: root/mail/wanderlust
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>1999-10-11 14:25:20 +0800
committershige <shige@FreeBSD.org>1999-10-11 14:25:20 +0800
commit62030db6a9830a1f09d8ad7daee018b9db3ec104 (patch)
treecfd99539df14f17d66198336aa78ed33b63b81fa /mail/wanderlust
parent23301976cc8fcdd140ca2c74c0cb78792e41abac (diff)
downloadfreebsd-ports-gnome-62030db6a9830a1f09d8ad7daee018b9db3ec104.tar.gz
freebsd-ports-gnome-62030db6a9830a1f09d8ad7daee018b9db3ec104.tar.zst
freebsd-ports-gnome-62030db6a9830a1f09d8ad7daee018b9db3ec104.zip
Change semi-dependency from semi-current ports to semi ports.
Diffstat (limited to 'mail/wanderlust')
-rw-r--r--mail/wanderlust/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile
index 46b1bf1a4db0..094cf892fc14 100644
--- a/mail/wanderlust/Makefile
+++ b/mail/wanderlust/Makefile
@@ -39,11 +39,11 @@ RUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT}
.endif
# depends on semi
.if defined(EMACS_PACKAGESDIR)
-BUILD_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current
-RUN_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current
+BUILD_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}
+RUN_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}
.else
-BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current
-RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}-current
+BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}
+RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/semi/mime-setup.el:${PORTSDIR}/editors/semi-${EMACS_PORT}
.endif
.if (${EMACS_PORT} == "xemacs-mule")