diff options
author | olgeni <olgeni@FreeBSD.org> | 2010-01-20 20:44:18 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2010-01-20 20:44:18 +0800 |
commit | 0dfc1f42751ddc0ab1712fc5e4e7da433c1f3ea9 (patch) | |
tree | 12927bc4fd32fe775034f8e92cf14dc82527c406 /devel | |
parent | 67470e3e62a80c8c5bfdb82dd0dc1f83227a4466 (diff) | |
download | freebsd-ports-gnome-0dfc1f42751ddc0ab1712fc5e4e7da433c1f3ea9.tar.gz freebsd-ports-gnome-0dfc1f42751ddc0ab1712fc5e4e7da433c1f3ea9.tar.zst freebsd-ports-gnome-0dfc1f42751ddc0ab1712fc5e4e7da433c1f3ea9.zip |
Fix RUN_DEPENDS.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cl-infix-sbcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cl-infix-sbcl/Makefile b/devel/cl-infix-sbcl/Makefile index ad50d457471d..1de919c893ea 100644 --- a/devel/cl-infix-sbcl/Makefile +++ b/devel/cl-infix-sbcl/Makefile @@ -6,7 +6,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none @@ -15,7 +15,7 @@ MAINTAINER= olgeni@FreeBSD.org COMMENT= A lisp macro to read math statements in infix notation BUILD_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:${PORTSDIR}/devel/cl-infix -RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/port/port.asd:${PORTSDIR}/devel/cl-port +RUN_DEPENDS= ${LOCALBASE}/${CL_LIBDIR_REL}/infix/infix.asd:${PORTSDIR}/devel/cl-infix NO_CDROM= No fees or compensation can be charged |