aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/rodent
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 06:41:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 06:41:15 +0000
commit83b78f74bc2950ee008c02c566afb23f13d607c6 (patch)
tree57e0d36f5252dfbcbd76ce8c591f83f1cd36486a /x11-fm/rodent
parent7cdc62b981ecfcc26a72eb00e704f0180853de99 (diff)
downloadports-83b78f74bc2950ee008c02c566afb23f13d607c6.tar.gz
ports-83b78f74bc2950ee008c02c566afb23f13d607c6.zip
Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLS
Notes
Notes: svn path=/head/; revision=317470
Diffstat (limited to 'x11-fm/rodent')
-rw-r--r--x11-fm/rodent/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/x11-fm/rodent/Makefile b/x11-fm/rodent/Makefile
index 8b27a81ad371..a0567538453f 100644
--- a/x11-fm/rodent/Makefile
+++ b/x11-fm/rodent/Makefile
@@ -1,9 +1,5 @@
-# Ports collection Makefile for: rodent
-# Date created: 16 March 2012
-# Whom: Jens K. Loewe <bsd@tuxproject.de>
-#
+# Created by: Jens K. Loewe <bsd@tuxproject.de>
# $FreeBSD$
-#
PORTNAME= rodent
PORTVERSION= 4.8.0
@@ -35,7 +31,9 @@ PORTDOCS= *
MAN1= fgr.1
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
@@ -47,10 +45,8 @@ post-patch:
${REINPLACE_CMD} -e 's,^\(docdir = \).*,\1${DOCSDIR},' \
${WRKSRC}/Build/share/Makefile.in
-.include <bsd.port.pre.mk>
-
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
BROKEN= Does not compile on ia64, powerpc, or sparc64
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>