aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2006-03-13 14:34:18 +0800
committerkuriyama <kuriyama@FreeBSD.org>2006-03-13 14:34:18 +0800
commitfcf55cfeabfbc5e6d771b547404cb9164b13900a (patch)
treed06e14af7d84adaee1bda3962102e67b24f2264b /textproc
parent5cf06936f302eefd8baf6577c11ee9f835514cbf (diff)
downloadfreebsd-ports-gnome-fcf55cfeabfbc5e6d771b547404cb9164b13900a.tar.gz
freebsd-ports-gnome-fcf55cfeabfbc5e6d771b547404cb9164b13900a.tar.zst
freebsd-ports-gnome-fcf55cfeabfbc5e6d771b547404cb9164b13900a.zip
Fix incorrect use of $OSREL for unbreak on old versions.
Reported by: tdb Approved by: portmgr (linimon)
Diffstat (limited to 'textproc')
-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