aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rodent
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-20 14:35:57 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-09-20 14:35:57 +0000
commit3a63ba57c26158c72fe49bca2a6413f5350e9d72 (patch)
treee16428fdb73f48acce12d201399969c6f11a325f /x11-fm/rodent
parentf4455f39ab2b5d450921b20f4dd49dfedea1d167 (diff)
downloadports-3a63ba57c26158c72fe49bca2a6413f5350e9d72.tar.gz
ports-3a63ba57c26158c72fe49bca2a6413f5350e9d72.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.
Notes
Notes: svn path=/head/; revision=397374
Diffstat (limited to 'x11-fm/rodent')
-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>