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 | |
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')
-rw-r--r-- | sysutils/dvdbackup/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-ext4fuse/Makefile | 2 | ||||
-rw-r--r-- | sysutils/logstalgia/Makefile | 8 | ||||
-rw-r--r-- | sysutils/most/Makefile | 2 | ||||
-rw-r--r-- | sysutils/vii/Makefile | 2 | ||||
-rw-r--r-- | sysutils/zeroer/Makefile | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile index f78be1c95831..a20f5ca7a7b2 100644 --- a/sysutils/dvdbackup/Makefile +++ b/sysutils/dvdbackup/Makefile @@ -11,7 +11,7 @@ COMMENT= Backup content from DVD to hard disk LICENSE= GPLv3 -LIB_DEPENDS= dvdread:${PORTSDIR}/multimedia/libdvdread +LIB_DEPENDS= libdvdread.so:${PORTSDIR}/multimedia/libdvdread GNU_CONFIGURE= yes USES= gmake diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index be54a318904c..0cf69c914bc3 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -12,7 +12,7 @@ COMMENT= EXT4 implementation for FUSE LICENSE= GPLv2 -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo USES= fuse pkgconfig gmake USE_GITHUB= yes diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index fdbff6807958..05cf20a383ba 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -12,10 +12,10 @@ COMMENT= Website access log visualization tool LICENSE= GPLv3 -LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \ - png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libftgl.so:${PORTSDIR}/graphics/ftgl \ + libpng15.so:${PORTSDIR}/graphics/png \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpcre.so:${PORTSDIR}/devel/pcre GNU_CONFIGURE= yes USES= pkgconfig 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 diff --git a/sysutils/vii/Makefile b/sysutils/vii/Makefile index 6debe9394ca5..793d13220464 100644 --- a/sysutils/vii/Makefile +++ b/sysutils/vii/Makefile @@ -13,7 +13,7 @@ COMMENT= Execute a command repeatedly and scroll the output LICENSE= GPLv2 -LIB_DEPENDS= explain:${PORTSDIR}/devel/libexplain +LIB_DEPENDS= libexplain.so:${PORTSDIR}/devel/libexplain GNU_CONFIGURE= yes diff --git a/sysutils/zeroer/Makefile b/sysutils/zeroer/Makefile index 4484a4ca15cd..c44c3e6fcc36 100644 --- a/sysutils/zeroer/Makefile +++ b/sysutils/zeroer/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Command-line utility for wiping unallocated space on a filesystem -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt PLIST_FILES= bin/zeroer man/man1/zeroer.1.gz PORTDOCS= README |