- Fix build
Submitted by: pointyhat
This commit is contained in:
parent
9d7ff5e9dd
commit
8763d2b054
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209769
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= xfce4-mcs-plugins
|
PORTNAME= xfce4-mcs-plugins
|
||||||
PORTVERSION= 4.4.2
|
PORTVERSION= 4.4.2
|
||||||
PORTREVISION= 0
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils xfce
|
CATEGORIES= sysutils xfce
|
||||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||||
DISTNAME= xfce-mcs-plugins-${PORTVERSION}
|
DISTNAME= xfce-mcs-plugins-${PORTVERSION}
|
||||||
|
@ -22,5 +22,6 @@ USE_GETTEXT= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
||||||
USE_XFCE= configenv libgui mcsmanager
|
USE_XFCE= configenv libgui mcsmanager
|
||||||
|
USE_XORG= x11 xext
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= xwlans
|
PORTNAME= xwlans
|
||||||
PORTVERSION= 0.1.2
|
PORTVERSION= 0.1.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://shapeshifter.se/code/xwlans/release/ \
|
MASTER_SITES= http://shapeshifter.se/code/xwlans/release/ \
|
||||||
http://mirror.shapeshifter.se/code/xwlans/release/
|
http://mirror.shapeshifter.se/code/xwlans/release/
|
||||||
|
@ -16,6 +16,7 @@ MAINTAINER= fli@shapeshifter.se
|
||||||
COMMENT= Utilty to display your wavelan signal strength on the X11 root-display
|
COMMENT= Utilty to display your wavelan signal strength on the X11 root-display
|
||||||
|
|
||||||
PLIST_FILES= bin/xwlans
|
PLIST_FILES= bin/xwlans
|
||||||
|
USE_XORG= x11
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue