diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-16 23:32:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-16 23:32:35 +0000 |
commit | 5e94494e9c552f20f5cb4b711537d3ea429e8498 (patch) | |
tree | ca638a7eae3006eb21482c3c8035d164086cb003 /x11/gnomeapplets2/Makefile | |
parent | Update to 1.2.8. (diff) |
Add FreeBSD Aironet support to the wireless applet. This uses code
borrowed from ancontrol. It was tested with PC340 and PC350 Aironet cards.
Since I don't own any wi-driven cards, I was not able to add support
for those. Contributions welcome...
Notes
Notes:
svn path=/head/; revision=75669
Diffstat (limited to 'x11/gnomeapplets2/Makefile')
-rw-r--r-- | x11/gnomeapplets2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index b0eeba4d3e62..13d2de49c425 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomeapplets2 PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-applets/2.2 |