aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-12-18 14:35:53 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-12-18 14:35:53 +0000
commit6c3cf730f5200ee8faafe98e1a646d21f4bef421 (patch)
tree3a428d490afa9c335ec9ede546acd7a93c2c3abe /sysutils
parentac083c9976fcd12d5e6be910691cabe6a36f2181 (diff)
downloadports-6c3cf730f5200ee8faafe98e1a646d21f4bef421.tar.gz
ports-6c3cf730f5200ee8faafe98e1a646d21f4bef421.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dvdbackup/Makefile2
-rw-r--r--sysutils/fusefs-ext4fuse/Makefile2
-rw-r--r--sysutils/logstalgia/Makefile8
-rw-r--r--sysutils/most/Makefile2
-rw-r--r--sysutils/vii/Makefile2
-rw-r--r--sysutils/zeroer/Makefile2
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