aboutsummaryrefslogtreecommitdiffstats
path: root/lang/munger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/munger/Makefile')
-rw-r--r--lang/munger/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/munger/Makefile b/lang/munger/Makefile
index 1fa36d0013e4..a21c6374ff1a 100644
--- a/lang/munger/Makefile
+++ b/lang/munger/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= munger
-PORTVERSION= 4.169
+PORTVERSION= 4.170
CATEGORIES= lang
MASTER_SITES= http://www.mammothcheese.ca/
@@ -22,13 +22,13 @@ OPTIONS= SQL "include SQLite interface" on
USE_LDCONFIG= yes
+.include <bsd.port.pre.mk>
+
.if !defined(WITHOUT_SQL)
USE_SQLITE= 3
MAKE_ARGS+= -DWITH_SQL
.endif
-.include <bsd.port.pre.mk>
-
.if ${ARCH} == "sparc64"
BROKEN= Does not link on sparc64
.endif