aboutsummaryrefslogtreecommitdiff
path: root/textproc/rast
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-03-13 06:34:18 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-03-13 06:34:18 +0000
commita0201dc427f4d615de2cd68fe9863e951d9881a9 (patch)
tree9968ccc5e9d576700980610058049de20f53ef01 /textproc/rast
parent6687e88c4d9c4e03fc8de269164830cd31906512 (diff)
downloadports-a0201dc427f4d615de2cd68fe9863e951d9881a9.tar.gz
ports-a0201dc427f4d615de2cd68fe9863e951d9881a9.zip
Notes
Diffstat (limited to 'textproc/rast')
-rw-r--r--textproc/rast/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rast/Makefile b/textproc/rast/Makefile
index 32fb9c9b69f1..e142e0443990 100644
--- a/textproc/rast/Makefile
+++ b/textproc/rast/Makefile
@@ -67,7 +67,7 @@ PLIST_SUB+= WITH_XMLRPC_C="@comment "
.include <bsd.port.pre.mk>
# For 4.x systems.
-.if (${OSREL} <= 4 || ${OSVERSION} <= 503000)
+.if ${OSVERSION} <= 503000
BUILD_DEPENDS+= ${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file
.endif