diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-03-13 06:34:18 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-03-13 06:34:18 +0000 |
commit | a0201dc427f4d615de2cd68fe9863e951d9881a9 (patch) | |
tree | 9968ccc5e9d576700980610058049de20f53ef01 /textproc/rast | |
parent | 6687e88c4d9c4e03fc8de269164830cd31906512 (diff) |
Notes
Diffstat (limited to 'textproc/rast')
-rw-r--r-- | textproc/rast/Makefile | 2 |
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 |