aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-07-05 23:16:09 +0800
committertijl <tijl@FreeBSD.org>2014-07-05 23:16:09 +0800
commitcc0a3229996378755436173e376840f439cd0e98 (patch)
treec9cb4c00510d799bd335925b37b1ce8a64765973 /sysutils
parentd78b78effce33530f508f737eb51507610bd1528 (diff)
downloadfreebsd-ports-gnome-cc0a3229996378755436173e376840f439cd0e98.tar.gz
freebsd-ports-gnome-cc0a3229996378755436173e376840f439cd0e98.tar.zst
freebsd-ports-gnome-cc0a3229996378755436173e376840f439cd0e98.zip
- New LIB_DEPENDS syntax
- Add USES=libtool
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/powerman/Makefile6
-rw-r--r--sysutils/powerman/pkg-plist2
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/powerman/Makefile b/sysutils/powerman/Makefile
index a494ec7895bc..e806fa42bae8 100644
--- a/sysutils/powerman/Makefile
+++ b/sysutils/powerman/Makefile
@@ -3,7 +3,7 @@
PORTNAME= powerman
PORTVERSION= 2.3.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils parallel
MASTER_SITES= GOOGLE_CODE
@@ -12,9 +12,9 @@ COMMENT= Tool for doing remote power control
LICENSE= GPLv2 # (or later)
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
-USES= perl5
+USES= libtool perl5
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-httppower --localstatedir=${DESTDIR}/var \
diff --git a/sysutils/powerman/pkg-plist b/sysutils/powerman/pkg-plist
index 687a90a4c13a..5da6856eb66c 100644
--- a/sysutils/powerman/pkg-plist
+++ b/sysutils/powerman/pkg-plist
@@ -55,9 +55,9 @@ bin/powerman
%%ETCDIR%%/wti.dev
include/libpowerman.h
lib/libpowerman.a
-lib/libpowerman.la
lib/libpowerman.so
lib/libpowerman.so.0
+lib/libpowerman.so.0.0.0
lib/stonith/plugins/external/powerman
libdata/pkgconfig/libpowerman.pc
sbin/httppower