diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
commit | 307bdced85efa099cb28882bf2904d68809a7547 (patch) | |
tree | a8d9f0fef2ab3a02971ab0000c95884bb3b29557 /sysutils/xfce4-wavelan-plugin | |
parent | 7f941ef93ab911655cb1a2e6b7c89f115be1318c (diff) | |
download | ports-307bdced85efa099cb28882bf2904d68809a7547.tar.gz ports-307bdced85efa099cb28882bf2904d68809a7547.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-wavelan-plugin')
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/Makefile | 8 | ||||
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/pkg-descr | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index 32f8f8cad235..a1b504d96084 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -16,13 +16,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Displays various information about a WaveLAN device BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ - xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui -RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +RUN_DEPENDS= ${BUILD_DEPENDS} +IGNORE= Does not support xfce 4.4 USE_GNOME= gtk20 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/sysutils/xfce4-wavelan-plugin/pkg-descr b/sysutils/xfce4-wavelan-plugin/pkg-descr index d2a7db88c0a0..6a121bed05cb 100644 --- a/sysutils/xfce4-wavelan-plugin/pkg-descr +++ b/sysutils/xfce4-wavelan-plugin/pkg-descr @@ -6,4 +6,4 @@ Displays various information about a WaveLAN device: * Signal quality (current quality of the carrier signal) * Network name (current SSID of the WaveLAN network) -WWW: http://xfce-goodies.berlios.de/ +WWW: http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin |