aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
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
parentf4455f39ab2b5d450921b20f4dd49dfedea1d167 (diff)
downloadports-3a63ba57c26158c72fe49bca2a6413f5350e9d72.tar.gz
ports-3a63ba57c26158c72fe49bca2a6413f5350e9d72.zip
Notes
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>