aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2015-09-20 22:35:57 +0800
committerdanfe <danfe@FreeBSD.org>2015-09-20 22:35:57 +0800
commite434a250b6633ad6da96d97eaa211312e17539dc (patch)
treee16428fdb73f48acce12d201399969c6f11a325f /x11-fm
parent226c0ca8b78797c3baad8fcd3e310d1bad2fc9e2 (diff)
downloadfreebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.gz
freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.tar.zst
freebsd-ports-gnome-e434a250b6633ad6da96d97eaa211312e17539dc.zip
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago.
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/rodent/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile
index d52428ef2353..7ec8a9d14905 100644
--- a/x11-fm/rodent/Makefile
+++ b/x11-fm/rodent/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= x11-fm
MASTER_SITES= SF/xffm/${PORTVERSION}
MAINTAINER= rodrigo@FreeBSD.org
-COMMENT= Fast, small and powerful file manager
+COMMENT= Fast, small, and powerful file manager
LICENSE= GPLv3
@@ -21,7 +21,7 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
USES= desktop-file-utils gmake libtool:keepla pkgconfig tar:bzip2 shebangfix
USE_GNOME= glib20 gtk20 librsvg2 libxml2
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--docdir=${DOCSDIR}
+CONFIGURE_ARGS= --docdir=${DOCSDIR}
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
@@ -39,8 +39,4 @@ NLS_CONFIGURE_ENABLE= nls
# ${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \
# ${WRKSRC}/Build/share/Makefile.in
-.for a in ia64 powerpc sparc63
-BROKEN_${a}= Does not compile on ia64, powerpc, or sparc64
-.endfor
-
.include <bsd.port.mk>