summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-29 23:20:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-09-29 23:20:01 +0800
commitc512384af075990a8383f571d30fa5d1cc99bd95 (patch)
tree2db7b8de4c860afb0fa35ae513b458f1262ec3b3
parent2dfc7cbcecb6dc370a964ac0e98d8a1e2d355a00 (diff)
downloadmarcuscom-ports-c512384af075990a8383f571d30fa5d1cc99bd95.tar
marcuscom-ports-c512384af075990a8383f571d30fa5d1cc99bd95.tar.gz
marcuscom-ports-c512384af075990a8383f571d30fa5d1cc99bd95.tar.bz2
marcuscom-ports-c512384af075990a8383f571d30fa5d1cc99bd95.tar.lz
marcuscom-ports-c512384af075990a8383f571d30fa5d1cc99bd95.tar.xz
marcuscom-ports-c512384af075990a8383f571d30fa5d1cc99bd95.tar.zst
marcuscom-ports-c512384af075990a8383f571d30fa5d1cc99bd95.zip
Add a missing dependency on libexecinfo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11650 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--sysutils/gnome-power-manager/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile
index 2afb233a8..7aa077418 100644
--- a/sysutils/gnome-power-manager/Makefile
+++ b/sysutils/gnome-power-manager/Makefile
@@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.46 2008/09/01 18:24:43 ahze Exp $
+# $MCom: ports/sysutils/gnome-power-manager/Makefile,v 1.47 2008/09/22 22:58:50 kwm Exp $
#
PORTNAME= gnome-power-manager
PORTVERSION= 2.24.0
+PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -19,7 +20,8 @@ COMMENT= Power management system for the GNOME Desktop
BUILD_DEPENDS= docbook2html:${PORTSDIR}/textproc/docbook-utils \
${LOCALBASE}/share/sgml/docbook/4.1/catalog:${PORTSDIR}/textproc/docbook-410
LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
- notify.1:${PORTSDIR}/devel/libnotify
+ notify.1:${PORTSDIR}/devel/libnotify \
+ execinfo:${PORTSDIR}/devel/libexecinfo
USE_GETTEXT= yes
USE_BZIP2= yes