diff options
author | garga <garga@FreeBSD.org> | 2013-09-25 00:47:23 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2013-09-25 00:47:23 +0800 |
commit | 7803963c1df528b4edae5f34b19ab5ddb08d6a31 (patch) | |
tree | 3debfa29653b0d982265f0c4e1b5f126cf718c92 /editors | |
parent | 27a472aceb9675d61d89eaaa201da1a387dad826 (diff) | |
download | freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.tar.gz freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.tar.zst freebsd-ports-gnome-7803963c1df528b4edae5f34b19ab5ddb08d6a31.zip |
Update LIB_DEPENDS syntax on my ports and silent make check-makefile
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index adef06032c38..96ece9837f8c 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= garga@FreeBSD.org COMMENT= A SLang-based text editor -LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang2 +LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 CONFLICTS= jed-devel-[0-9]* |