diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 22:35:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-12-18 22:35:53 +0800 |
commit | 66b3fd556690b15d2e52ca84db9286ccee643ac4 (patch) | |
tree | 3a428d490afa9c335ec9ede546acd7a93c2c3abe /sysutils/most | |
parent | ef2db24eab2ee01698b8574d60058887a5a6144d (diff) | |
download | freebsd-ports-gnome-66b3fd556690b15d2e52ca84db9286ccee643ac4.tar.gz freebsd-ports-gnome-66b3fd556690b15d2e52ca84db9286ccee643ac4.tar.zst freebsd-ports-gnome-66b3fd556690b15d2e52ca84db9286ccee643ac4.zip |
Use new LIB_DEPENDS regime
Diffstat (limited to 'sysutils/most')
-rw-r--r-- | sysutils/most/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index 11e4634057bc..73a7a8ce2b56 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -13,7 +13,7 @@ COMMENT= Pager (like less) which has support for windows and binary files LICENSE= GPLv2 -LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 USE_BZIP2= yes GNU_CONFIGURE= yes |