aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2018-01-02 17:02:21 +0800
committerdanfe <danfe@FreeBSD.org>2018-01-02 17:02:21 +0800
commit756b621d2b1fca659db667083d1b7e045c80eb8d (patch)
treef68128109f7f56261603e76405120b55e530775b /net
parent55adc1bedeef3082c2c969f17477275c0c183dca (diff)
downloadfreebsd-ports-gnome-756b621d2b1fca659db667083d1b7e045c80eb8d.tar.gz
freebsd-ports-gnome-756b621d2b1fca659db667083d1b7e045c80eb8d.tar.zst
freebsd-ports-gnome-756b621d2b1fca659db667083d1b7e045c80eb8d.zip
Remove BROKEN_sparc64 statement which was added in r397879 by linimon@
more than two years ago. The port now builds just fine on 10.4-STABLE running under QEMU 2.9.0. While here, remove redundant DISTNAME assignment and add missing `xext' component to USE_XORG list as prompted by `stage-qa'.
Diffstat (limited to 'net')
-rw-r--r--net/wmwlmon/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/wmwlmon/Makefile b/net/wmwlmon/Makefile
index 1db6953f42ae..6b7f33945d72 100644
--- a/net/wmwlmon/Makefile
+++ b/net/wmwlmon/Makefile
@@ -5,17 +5,14 @@ PORTNAME= wmwlmon
PORTVERSION= 1.0
CATEGORIES= net windowmaker
MASTER_SITES= http://www.nazgul.ch/dev/
-DISTNAME= wmwlmon-${PORTVERSION}
MAINTAINER= LukeD@pobox.com
COMMENT= DockApp showing the state of a wireless network device
-USE_XORG= x11 xpm
+USE_XORG= x11 xext xpm
PLIST_FILES= bin/wmwlmon man/man1/wmwlmon.1.gz
-BROKEN_sparc64= fails to build
-
post-patch:
${REINPLACE_CMD} -e 's#/usr/X11R6#${LOCALBASE}#g' \
-e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/Makefile