diff options
Diffstat (limited to 'sysutils/xfce4-power-manager')
-rw-r--r-- | sysutils/xfce4-power-manager/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile index ded04c017ea2..0ce62daaaf40 100644 --- a/sysutils/xfce4-power-manager/Makefile +++ b/sysutils/xfce4-power-manager/Makefile @@ -7,9 +7,10 @@ PORTNAME= xfce4-power-manager PORTVERSION= 0.8.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils xfce -MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= fbsd@opal.com @@ -20,8 +21,13 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig -USE_XFCE= configenv panel +USE_XFCE= configenv libutil libgui panel MAN1= xfce4-power-manager.1 xfce4-power-manager-settings.1 +post-patch: + @${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \ + s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |